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

EndDescribeNFSFileShares() public method

Finishes the asynchronous execution of the DescribeNFSFileShares operation.
public EndDescribeNFSFileShares ( IAsyncResult asyncResult ) : DescribeNFSFileSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNFSFileShares.
return DescribeNFSFileSharesResponse
        public  DescribeNFSFileSharesResponse EndDescribeNFSFileShares(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeNFSFileSharesResponse>(asyncResult);
        }
AmazonStorageGatewayClient