Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateNFSFileShareAsync C# (CSharp) Метод

UpdateNFSFileShareAsync() публичный Метод

Initiates the asynchronous execution of the UpdateNFSFileShare operation.
public UpdateNFSFileShareAsync ( UpdateNFSFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateNFSFileShareRequest Container for the necessary parameters to execute the UpdateNFSFileShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<UpdateNFSFileShareResponse> UpdateNFSFileShareAsync(UpdateNFSFileShareRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateNFSFileShareRequestMarshaller();
            var unmarshaller = UpdateNFSFileShareResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateNFSFileShareRequest,UpdateNFSFileShareResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient