iControl.NetworkingSTPGlobals.set_hello_time C# (CSharp) Method

set_hello_time() private method

private set_hello_time ( long value ) : void
value long
return void
        public void set_hello_time(
		long value
	)
        {
            this.Invoke("set_hello_time", new object [] {
                value});
        }