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

Beginset_destination_port() public méthode

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