iControl.SystemSystemInfo.Endget_connection_type C# (CSharp) Method

Endget_connection_type() public method

public Endget_connection_type ( System asyncResult ) : SystemConnectionType
asyncResult System
return SystemConnectionType
        public SystemConnectionType Endget_connection_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemConnectionType)(results[0]));
        }
SystemSystemInfo