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