iControl.NetworkingSTPGlobals.get_hello_time C# (CSharp) Метод

get_hello_time() приватный Метод

private get_hello_time ( ) : long
Результат long
        public long get_hello_time(

	)
        {
            object [] results = this.Invoke("get_hello_time", new object [0]);
            return ((long)(results[0]));
        }