Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteGatewayAsync C# (CSharp) Méthode

DeleteGatewayAsync() public méthode

Initiates the asynchronous execution of the DeleteGateway operation.
public DeleteGatewayAsync ( DeleteGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteGatewayRequest Container for the necessary parameters to execute the DeleteGateway operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<DeleteGatewayResponse> DeleteGatewayAsync(DeleteGatewayRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteGatewayRequestMarshaller();
            var unmarshaller = DeleteGatewayResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteGatewayRequest,DeleteGatewayResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient