Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateGatewayInformationAsync C# (CSharp) Method

UpdateGatewayInformationAsync() public method

Initiates the asynchronous execution of the UpdateGatewayInformation operation.
public UpdateGatewayInformationAsync ( UpdateGatewayInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateGatewayInformationRequest Container for the necessary parameters to execute the UpdateGatewayInformation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateGatewayInformationResponse> UpdateGatewayInformationAsync(UpdateGatewayInformationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateGatewayInformationRequestMarshaller();
            var unmarshaller = UpdateGatewayInformationResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateGatewayInformationRequest,UpdateGatewayInformationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient