iControl.GlobalLBGlobals.Endget_path_ttl C# (CSharp) Method

Endget_path_ttl() public method

public Endget_path_ttl ( System asyncResult ) : long
asyncResult System
return long
        public long Endget_path_ttl(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
GlobalLBGlobals