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

EndCreateNFSFileShare() public method

Finishes the asynchronous execution of the CreateNFSFileShare operation.
public EndCreateNFSFileShare ( IAsyncResult asyncResult ) : CreateNFSFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNFSFileShare.
return CreateNFSFileShareResponse
        public  CreateNFSFileShareResponse EndCreateNFSFileShare(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateNFSFileShareResponse>(asyncResult);
        }
AmazonStorageGatewayClient