Amazon.EC2.AmazonEC2Client.ReplaceNetworkAclEntryAsync C# (CSharp) Method

ReplaceNetworkAclEntryAsync() public method

Initiates the asynchronous execution of the ReplaceNetworkAclEntry operation.
public ReplaceNetworkAclEntryAsync ( ReplaceNetworkAclEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ReplaceNetworkAclEntryRequest Container for the necessary parameters to execute the ReplaceNetworkAclEntry operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ReplaceNetworkAclEntryResponse> ReplaceNetworkAclEntryAsync(ReplaceNetworkAclEntryRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ReplaceNetworkAclEntryRequestMarshaller();
            var unmarshaller = ReplaceNetworkAclEntryResponseUnmarshaller.Instance;

            return InvokeAsync<ReplaceNetworkAclEntryRequest,ReplaceNetworkAclEntryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client