iControl.NetworkingSTPGlobals.Endget_hello_time C# (CSharp) Method

Endget_hello_time() public method

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