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

EndReplaceNetworkAclEntry() public method

Finishes the asynchronous execution of the ReplaceNetworkAclEntry operation.
public EndReplaceNetworkAclEntry ( IAsyncResult asyncResult ) : ReplaceNetworkAclEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReplaceNetworkAclEntry.
return ReplaceNetworkAclEntryResponse
        public  ReplaceNetworkAclEntryResponse EndReplaceNetworkAclEntry(IAsyncResult asyncResult)
        {
            return EndInvoke<ReplaceNetworkAclEntryResponse>(asyncResult);
        }
AmazonEC2Client