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

UpdateGatewaySoftwareNowAsync() public method

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

            return InvokeAsync<UpdateGatewaySoftwareNowRequest,UpdateGatewaySoftwareNowResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient