ICloudTracingInterceptor.Enter Method (String, Object, String, IDictionary(Of String, Object))
Enters a method.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Sub Enter ( invocationId As String, instance As Object, method As String, parameters As IDictionary(Of String, Object) )
Parameters
- invocationId
-
Type:
System.String
The identifier of the method invocation.
- instance
-
Type:
System.Object
The instance of the method.
- method
-
Type:
System.String
The name of the method.
- parameters
-
Type:
System.Collections.Generic.IDictionary(Of String, Object)
The parameters for the method.
Show: