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

EndCreateNetworkAcl() public method

Finishes the asynchronous execution of the CreateNetworkAcl operation.
public EndCreateNetworkAcl ( IAsyncResult asyncResult ) : CreateNetworkAclResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNetworkAcl.
return CreateNetworkAclResponse
        public  CreateNetworkAclResponse EndCreateNetworkAcl(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateNetworkAclResponse>(asyncResult);
        }
AmazonEC2Client