Amazon.DirectoryService.AmazonDirectoryServiceClient.UpdateConditionalForwarderAsync C# (CSharp) Method

UpdateConditionalForwarderAsync() public method

Initiates the asynchronous execution of the UpdateConditionalForwarder operation.
public UpdateConditionalForwarderAsync ( UpdateConditionalForwarderRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DirectoryService.Model.UpdateConditionalForwarderRequest Container for the necessary parameters to execute the UpdateConditionalForwarder operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateConditionalForwarderResponse> UpdateConditionalForwarderAsync(UpdateConditionalForwarderRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateConditionalForwarderRequestMarshaller();
            var unmarshaller = UpdateConditionalForwarderResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateConditionalForwarderRequest,UpdateConditionalForwarderResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDirectoryServiceClient