Amazon.Snowball.AmazonSnowballClient.GetJobManifestAsync C# (CSharp) Метод

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

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

            return InvokeAsync<GetJobManifestRequest,GetJobManifestResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }