iControl.LogDestinationManagementPort.Begindelete_management_port_destination C# (CSharp) Méthode

Begindelete_management_port_destination() public méthode

public Begindelete_management_port_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Begindelete_management_port_destination(string [] destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_management_port_destination", new object[] {
            destinations}, callback, asyncState);
        }