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

EndCreateNetworkAclEntry() public method

Finishes the asynchronous execution of the CreateNetworkAclEntry operation.
public EndCreateNetworkAclEntry ( IAsyncResult asyncResult ) : CreateNetworkAclEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNetworkAclEntry.
return CreateNetworkAclEntryResponse
        public  CreateNetworkAclEntryResponse EndCreateNetworkAclEntry(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateNetworkAclEntryResponse>(asyncResult);
        }
AmazonEC2Client