iControl.PEMForwardingEndpoint.Enddelete_all_forwarding_endpoints C# (CSharp) Method

Enddelete_all_forwarding_endpoints() public method

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