iControl.GlobalLBGlobals.Endget_path_ttl C# (CSharp) Méthode

Endget_path_ttl() public méthode

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