Amazon.EC2.AmazonEC2Client.EndReplaceNetworkAclAssociation C# (CSharp) Метод

EndReplaceNetworkAclAssociation() публичный Метод

Finishes the asynchronous execution of the ReplaceNetworkAclAssociation operation.
public EndReplaceNetworkAclAssociation ( IAsyncResult asyncResult ) : ReplaceNetworkAclAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReplaceNetworkAclAssociation.
Результат ReplaceNetworkAclAssociationResponse
        public  ReplaceNetworkAclAssociationResponse EndReplaceNetworkAclAssociation(IAsyncResult asyncResult)
        {
            return EndInvoke<ReplaceNetworkAclAssociationResponse>(asyncResult);
        }
AmazonEC2Client