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]));
        }