Tracing.Enter Method (String, Object, String, IDictionary(Of String, Object))

 

Represents the tracing entry.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Shared Sub Enter (
	invocationId As String,
	instance As Object,
	method As String,
	parameters As IDictionary(Of String, Object)
)

Parameters

invocationId
Type: System.String

The tracing invocation identifier.

instance
Type: System.Object

The tracing instance.

method
Type: System.String

The tracing method.

parameters
Type: System.Collections.Generic.IDictionary(Of String, Object)

The tracing parameter.

Return to top
Show: