Share via


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.String

    The identifier of the method invocation.

See Also

ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace

Return to top