Amazon.AWSSupport.AmazonAWSSupportClient.CreateCaseAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the CreateCase operation.
public CreateCaseAsync ( CreateCaseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateCaseRequest Container for the necessary parameters to execute the CreateCase operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateCaseResponse> CreateCaseAsync(CreateCaseRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateCaseRequestMarshaller();
            var unmarshaller = CreateCaseResponseUnmarshaller.Instance;

            return InvokeAsync<CreateCaseRequest,CreateCaseResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAWSSupportClient