Amazon.EC2.AmazonEC2Client.EndCreateNetworkAclEntry C# (CSharp) 메소드

EndCreateNetworkAclEntry() 공개 메소드

Finishes the asynchronous execution of the CreateNetworkAclEntry operation.
public EndCreateNetworkAclEntry ( IAsyncResult asyncResult ) : CreateNetworkAclEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNetworkAclEntry.
리턴 CreateNetworkAclEntryResponse
        public  CreateNetworkAclEntryResponse EndCreateNetworkAclEntry(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateNetworkAclEntryResponse>(asyncResult);
        }
AmazonEC2Client