Amazon.StorageGateway.AmazonStorageGatewayClient.BeginCreateTapeWithBarcode C# (CSharp) Method

BeginCreateTapeWithBarcode() public method

Initiates the asynchronous execution of the CreateTapeWithBarcode operation.
public BeginCreateTapeWithBarcode ( CreateTapeWithBarcodeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateTapeWithBarcodeRequest Container for the necessary parameters to execute the CreateTapeWithBarcode operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginCreateTapeWithBarcode(CreateTapeWithBarcodeRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateTapeWithBarcodeRequestMarshaller();
            var unmarshaller = CreateTapeWithBarcodeResponseUnmarshaller.Instance;

            return BeginInvoke<CreateTapeWithBarcodeRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonStorageGatewayClient