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

EndDescribeUploadBuffer() 공개 메소드

Finishes the asynchronous execution of the DescribeUploadBuffer operation.
public EndDescribeUploadBuffer ( IAsyncResult asyncResult ) : DescribeUploadBufferResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeUploadBuffer.
리턴 DescribeUploadBufferResponse
        public  DescribeUploadBufferResponse EndDescribeUploadBuffer(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeUploadBufferResponse>(asyncResult);
        }
AmazonStorageGatewayClient