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

EndCreateTapes() 공개 메소드

Finishes the asynchronous execution of the CreateTapes operation.
public EndCreateTapes ( IAsyncResult asyncResult ) : CreateTapesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTapes.
리턴 CreateTapesResponse
        public  CreateTapesResponse EndCreateTapes(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateTapesResponse>(asyncResult);
        }
AmazonStorageGatewayClient