iControl.NetworkingSTPGlobals.get_hello_time C# (CSharp) Method

get_hello_time() private method

private get_hello_time ( ) : long
return long
        public long get_hello_time(

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