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

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

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

            return InvokeAsync<GetServiceGraphRequest,GetServiceGraphResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }