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

CreateNetworkAclEntryAsync() public method

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

            return InvokeAsync<CreateNetworkAclEntryRequest,CreateNetworkAclEntryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client