Amazon.StorageGateway.AmazonStorageGatewayClient.EndUpdateNFSFileShare C# (CSharp) 메소드

EndUpdateNFSFileShare() 공개 메소드

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