Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.GetWorkflowExecutionHistoryAsync C# (CSharp) Метод

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

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

            return InvokeAsync<GetWorkflowExecutionHistoryRequest,GetWorkflowExecutionHistoryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleWorkflowClient