Метод | Описание | |
---|---|---|
Configuration ( string source, string name, string value ) : void | ||
EnterMethod ( string invocationId, object instance, string method, object>.IDictionary |
||
ExitMethod ( string invocationId, object returnValue ) : void | ||
Information ( string message ) : void | ||
ReceiveResponse ( string invocationId, System response ) : void | ||
RemoveTracingInterceptor ( |
||
SendRequest ( string invocationId, System request ) : void | ||
ServiceClientTracingInterceptor ( ConcurrentQueue |
||
TraceError ( string invocationId, |
public Configuration ( string source, string name, string value ) : void | ||
source | string | |
name | string | |
value | string | |
Результат | void |
public EnterMethod ( string invocationId, object instance, string method, object>.IDictionary |
||
invocationId | string | |
instance | object | |
method | string | |
parameters | object>.IDictionary | |
Результат | void |
public ExitMethod ( string invocationId, object returnValue ) : void | ||
invocationId | string | |
returnValue | object | |
Результат | void |
public Information ( string message ) : void | ||
message | string | |
Результат | void |
public ReceiveResponse ( string invocationId, System response ) : void | ||
invocationId | string | |
response | System | |
Результат | void |
public static RemoveTracingInterceptor ( |
||
interceptor | ||
Результат | void |
public SendRequest ( string invocationId, System request ) : void | ||
invocationId | string | |
request | System | |
Результат | void |
public ServiceClientTracingInterceptor ( ConcurrentQueue |
||
queue | ConcurrentQueue |
|
Результат | Microsoft.Rest |
public TraceError ( string invocationId, |
||
invocationId | string | |
exception | ||
Результат | void |