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

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

Finishes the asynchronous execution of the DeleteGateway operation.
public EndDeleteGateway ( IAsyncResult asyncResult ) : DeleteGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteGateway.
Результат DeleteGatewayResponse
        public  DeleteGatewayResponse EndDeleteGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteGatewayResponse>(asyncResult);
        }
AmazonStorageGatewayClient