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

EndListFileShares() public method

Finishes the asynchronous execution of the ListFileShares operation.
public EndListFileShares ( IAsyncResult asyncResult ) : ListFileSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListFileShares.
return ListFileSharesResponse
        public  ListFileSharesResponse EndListFileShares(IAsyncResult asyncResult)
        {
            return EndInvoke<ListFileSharesResponse>(asyncResult);
        }
AmazonStorageGatewayClient