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

EndDescribeWorkingStorage() public method

Finishes the asynchronous execution of the DescribeWorkingStorage operation.
public EndDescribeWorkingStorage ( IAsyncResult asyncResult ) : DescribeWorkingStorageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeWorkingStorage.
return DescribeWorkingStorageResponse
        public  DescribeWorkingStorageResponse EndDescribeWorkingStorage(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeWorkingStorageResponse>(asyncResult);
        }
AmazonStorageGatewayClient