Amazon.EC2.AmazonEC2Client.EndCreateNetworkAcl C# (CSharp) Méthode

EndCreateNetworkAcl() public méthode

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