iControl.GlobalLBGlobals.Beginget_path_ttl C# (CSharp) Method

Beginget_path_ttl() public method

public Beginget_path_ttl ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_path_ttl(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_path_ttl", new object[0], callback, asyncState);
        }
GlobalLBGlobals