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

EndListLocalDisks() public method

Finishes the asynchronous execution of the ListLocalDisks operation.
public EndListLocalDisks ( IAsyncResult asyncResult ) : ListLocalDisksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLocalDisks.
return ListLocalDisksResponse
        public  ListLocalDisksResponse EndListLocalDisks(IAsyncResult asyncResult)
        {
            return EndInvoke<ListLocalDisksResponse>(asyncResult);
        }
AmazonStorageGatewayClient