This is the base class for any EventSource.
コード例 #1
0
ファイル: LdapEventSource.cs プロジェクト: 5118234/Angel-CMS
 public EventsGenerator(LdapEventSource objEventSource, LdapMessageQueue queue, LdapConnection conn, int msgid)
 {
     m_objLdapEventSource = objEventSource;
     searchqueue          = queue;
     ldapconnection       = conn;
     messageid            = msgid;
     sleep_time           = DEFAULT_SLEEP_TIME;
 } // end of Constructor
コード例 #2
0
      public EventsGenerator(LdapEventSource objEventSource,
			     LdapMessageQueue queue,
			     LdapConnection conn,
			     int msgid)
      {
	m_objLdapEventSource = objEventSource;
	searchqueue = queue;
	ldapconnection = conn;
	messageid = msgid;
	sleep_time = DEFAULT_SLEEP_TIME;
      } // end of Constructor