iControl.SystemSystemInfo.Beginget_connection_type C# (CSharp) Method

Beginget_connection_type() public method

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