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

EndDeleteGateway() public method

Finishes the asynchronous execution of the DeleteGateway operation.
public EndDeleteGateway ( IAsyncResult asyncResult ) : DeleteGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteGateway.
return DeleteGatewayResponse
        public  DeleteGatewayResponse EndDeleteGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteGatewayResponse>(asyncResult);
        }
AmazonStorageGatewayClient