Method | Description | |
---|---|---|
Configure ( ) : void | ||
LoginUserRequest ( string username ) : System.Boolean | ||
LogoffRequestAddTime ( ) : System.Boolean | ||
PluginImpl ( ) : System | ||
SessionChange ( int SessionId, System Reason, SessionProperties properties ) : void | ||
Starting ( ) : void | ||
Stopping ( ) : void |
Method | Description | |
---|---|---|
LogoffEvent ( int sessId ) : void | ||
LogonEvent ( int sessId ) : void | ||
SessionLimitTimerCallback ( object state ) : void | ||
StartTimer ( ) : void | ||
StopTimer ( ) : void |
public LoginUserRequest ( string username ) : System.Boolean | ||
username | string | |
return | System.Boolean |
public LogoffRequestAddTime ( ) : System.Boolean | ||
return | System.Boolean |
public SessionChange ( int SessionId, System Reason, SessionProperties properties ) : void | ||
SessionId | int | |
Reason | System | |
properties | SessionProperties | |
return | void |