Amazon.XRay.AmazonXRayClient.GetTraceGraphAsync C# (CSharp) Метод

GetTraceGraphAsync() публичный Метод

Initiates the asynchronous execution of the GetTraceGraph operation.
public GetTraceGraphAsync ( GetTraceGraphRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.XRay.Model.GetTraceGraphRequest Container for the necessary parameters to execute the GetTraceGraph operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetTraceGraphResponse> GetTraceGraphAsync(GetTraceGraphRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetTraceGraphRequestMarshaller();
            var unmarshaller = GetTraceGraphResponseUnmarshaller.Instance;

            return InvokeAsync<GetTraceGraphRequest,GetTraceGraphResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }