iControl.PEMForwardingEndpoint.Enddelete_all_forwarding_endpoints C# (CSharp) 메소드

Enddelete_all_forwarding_endpoints() 공개 메소드

public Enddelete_all_forwarding_endpoints ( System asyncResult ) : void
asyncResult System
리턴 void
        public void Enddelete_all_forwarding_endpoints(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }