iControl.NetworkingSTPGlobals.Endget_hello_time C# (CSharp) Méthode

Endget_hello_time() public méthode

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