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

EndCancelRetrieval() public méthode

Finishes the asynchronous execution of the CancelRetrieval operation.
public EndCancelRetrieval ( IAsyncResult asyncResult ) : CancelRetrievalResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelRetrieval.
Résultat CancelRetrievalResponse
        public  CancelRetrievalResponse EndCancelRetrieval(IAsyncResult asyncResult)
        {
            return EndInvoke<CancelRetrievalResponse>(asyncResult);
        }
AmazonStorageGatewayClient