iControl.SystemSystemInfo.Endget_connection_type C# (CSharp) 메소드

Endget_connection_type() 공개 메소드

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