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