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

get_hello_time() private méthode

private get_hello_time ( ) : long
Résultat long
        public long get_hello_time(

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