iControl.GlobalLBGlobals.Beginset_traceroute_port C# (CSharp) Метод

Beginset_traceroute_port() публичный Метод

public Beginset_traceroute_port ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginset_traceroute_port(long value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_traceroute_port", new object[] {
            value}, callback, asyncState);
        }
GlobalLBGlobals