ICloudTracingInterceptor.Enter Method (String, Object, String, IDictionary<String, Object>)
Enters a method.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
void Enter(
string invocationId,
object instance,
string method,
IDictionary<string, object> parameters
)
void Enter(
String^ invocationId,
Object^ instance,
String^ method,
IDictionary<String^, Object^>^ parameters
)
abstract Enter :
invocationId:string *
instance:Object *
method:string *
parameters:IDictionary<string, Object> -> unit
Sub Enter (
invocationId As String,
instance As Object,
method As String,
parameters As IDictionary(Of String, Object)
)
Parameters
invocationId
Type: System.StringThe identifier of the method invocation.
instance
Type: System.ObjectThe instance of the method.
method
Type: System.StringThe name of the method.
parameters
Type: System.Collections.Generic.IDictionary<String, Object>The parameters for the method.
See Also
ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace
Return to top