iControl.PEMForwardingEndpoint.Begindelete_forwarding_endpoint C# (CSharp) Méthode

Begindelete_forwarding_endpoint() public méthode

public Begindelete_forwarding_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat 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);
        }