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

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

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

            return InvokeAsync<DeprecateDomainRequest,DeprecateDomainResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleWorkflowClient