iControl.NetworkingSTPGlobals.Beginget_hello_time C# (CSharp) Method

Beginget_hello_time() public method

public Beginget_hello_time ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_hello_time(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_hello_time", new object[0], callback, asyncState);
        }