iControl.NetworkingSTPGlobals.Beginset_hello_time C# (CSharp) Method

Beginset_hello_time() public method

public Beginset_hello_time ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_hello_time(long value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_hello_time", new object[] {
            value}, callback, asyncState);
        }