Amazon.XRay.AmazonXRayClient.BeginGetTraceGraph C# (CSharp) Method

BeginGetTraceGraph() public method

Initiates the asynchronous execution of the GetTraceGraph operation.
public BeginGetTraceGraph ( GetTraceGraphRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.XRay.Model.GetTraceGraphRequest Container for the necessary parameters to execute the GetTraceGraph operation on AmazonXRayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginGetTraceGraph(GetTraceGraphRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetTraceGraphRequestMarshaller();
            var unmarshaller = GetTraceGraphResponseUnmarshaller.Instance;

            return BeginInvoke<GetTraceGraphRequest>(request, marshaller, unmarshaller,
                callback, state);
        }