Método Tracing.Enter (String, Object, String, IDictionary<String, Object>)
Representa a entrada de rastreamento.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public static void Enter(
string invocationId,
object instance,
string method,
IDictionary<string, object> parameters
)
public:
static void Enter(
String^ invocationId,
Object^ instance,
String^ method,
IDictionary<String^, Object^>^ parameters
)
static member Enter :
invocationId:string *
instance:Object *
method:string *
parameters:IDictionary<string, Object> -> unit
Public Shared Sub Enter (
invocationId As String,
instance As Object,
method As String,
parameters As IDictionary(Of String, Object)
)
Parâmetros
invocationId
Type: System.StringO identificador de invocação de rastreamento.
instance
Type: System.ObjectA instância de rastreamento.
method
Type: System.StringO método de rastreamento.
parameters
Type: System.Collections.Generic.IDictionary<String, Object>O parâmetro de rastreamento.
Consulte também
Classe Tracing
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo