Show / Hide Table of Contents

    Interface IServiceClientTracingInterceptor

    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public interface IServiceClientTracingInterceptor

    Methods

    Configuration(String, String, String)

    Declaration
    public void Configuration (string source, string name, string value);
    Parameters
    String source

    String name

    String value

    EnterMethod(String, Object, String, IDictionary<String,Object>)

    Declaration
    public void EnterMethod (string invocationId, object instance, string method, System.Collections.Generic.IDictionary<string,object> parameters);
    Parameters
    String invocationId

    Object instance

    String method

    IDictionary<String,Object> parameters

    ExitMethod(String, Object)

    Declaration
    public void ExitMethod (string invocationId, object returnValue);
    Parameters
    String invocationId

    Object returnValue

    Information(String)

    Declaration
    public void Information (string message);
    Parameters
    String message

    ReceiveResponse(String, HttpResponseMessage)

    Declaration
    public void ReceiveResponse (string invocationId, System.Net.Http.HttpResponseMessage response);
    Parameters
    String invocationId

    HttpResponseMessage response

    SendRequest(String, HttpRequestMessage)

    Declaration
    public void SendRequest (string invocationId, System.Net.Http.HttpRequestMessage request);
    Parameters
    String invocationId

    HttpRequestMessage request

    TraceError(String, Exception)

    Declaration
    public void TraceError (string invocationId, Exception exception);
    Parameters
    String invocationId

    Exception exception

    Back to top Azure SDK for Net