iControl.PEMForwardingEndpoint.Enddelete_forwarding_endpoint C# (CSharp) Method

Enddelete_forwarding_endpoint() public method

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