iControl.LogDestinationManagementPort.Beginset_destination_port C# (CSharp) Method

Beginset_destination_port() public method

public Beginset_destination_port ( string destinations, long ports, System callback, object asyncState ) : System.IAsyncResult
destinations string
ports long
callback System
asyncState object
return 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);
        }