iControl.GlobalLBGlobals.Beginset_path_ttl C# (CSharp) Method

Beginset_path_ttl() public method

public Beginset_path_ttl ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_path_ttl(long value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_path_ttl", new object[] {
            value}, callback, asyncState);
        }
GlobalLBGlobals