iControl.PEMForwardingEndpoint.Begindelete_forwarding_endpoint C# (CSharp) Method

Begindelete_forwarding_endpoint() public method

public Begindelete_forwarding_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_forwarding_endpoint(string [] endpoints, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_forwarding_endpoint", new object[] {
            endpoints}, callback, asyncState);
        }