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

EndUpdateNFSFileShare() public method

Finishes the asynchronous execution of the UpdateNFSFileShare operation.
public EndUpdateNFSFileShare ( IAsyncResult asyncResult ) : UpdateNFSFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateNFSFileShare.
return UpdateNFSFileShareResponse
        public  UpdateNFSFileShareResponse EndUpdateNFSFileShare(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateNFSFileShareResponse>(asyncResult);
        }
AmazonStorageGatewayClient