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

EndCreateTapeWithBarcode() 공개 메소드

Finishes the asynchronous execution of the CreateTapeWithBarcode operation.
public EndCreateTapeWithBarcode ( IAsyncResult asyncResult ) : CreateTapeWithBarcodeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTapeWithBarcode.
리턴 CreateTapeWithBarcodeResponse
        public  CreateTapeWithBarcodeResponse EndCreateTapeWithBarcode(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateTapeWithBarcodeResponse>(asyncResult);
        }
AmazonStorageGatewayClient