Amazon.StorageGateway.AmazonStorageGatewayClient.EndCancelRetrieval C# (CSharp) 메소드

EndCancelRetrieval() 공개 메소드

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