Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateChapCredentialsAsync C# (CSharp) Метод

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

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

            return InvokeAsync<UpdateChapCredentialsRequest,UpdateChapCredentialsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient