프로퍼티 | 타입 | 설명 | |
---|---|---|---|
QueueInUse | bool |
메소드 | 설명 | |
---|---|---|
AddCallBack ( ) : void |
Adds the call back.
|
|
CacheItemRemoved ( string k, object v, CacheItemRemovedReason r ) : void |
Caches the item removed.
|
|
DrainTransactionQueue ( ) : void |
Drains the transaction queue.
|
|
MigrateDatabase ( RockContext rockContext ) : bool |
Migrates the database.
|
|
MigratePlugins ( RockContext rockContext ) : bool |
Migrates the plugins.
|
|
RunStartups ( ) : void |
Run any custom startup methods
|
메소드 | 설명 | |
---|---|---|
Application_AuthenticateRequest ( object sender, |
Handles the AuthenticateRequest event of the Application control.
|
|
Application_BeginRequest ( object sender, |
Handles the BeginRequest event of the Application control.
|
|
Application_End ( object sender, |
Handles the End event of the Application control.
|
|
Application_Error ( object sender, |
Handles the Error event of the Application control.
|
|
Application_PreSendRequestHeaders ( ) : void |
Handles the Pre Send Request event of the Application control.
|
|
Application_Start ( object sender, |
Handles the Start event of the Application control.
|
|
Session_End ( object sender, |
Handles the End event of the Session control.
|
|
Session_Start ( object sender, |
Handles the Start event of the Session control.
|
메소드 | 설명 | |
---|---|---|
FormatException ( |
||
LoadCacheObjects ( RockContext rockContext ) : void |
Loads the cache objects.
|
|
LogError ( |
Logs the error to database
|
|
LogMessage ( string fileName, string message ) : void | ||
MarkOnlineUsersOffline ( ) : void |
Adds the call back.
|
|
RegisterRoutes ( RockContext rockContext, RouteCollection routes ) : void |
Registers the routes.
|
|
SendNotification ( |
Sends the notification.
|
|
SetError66 ( ) : void |
Sets flag for serious error
|
protected Application_AuthenticateRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected Application_BeginRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected Application_End ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected Application_Error ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected Application_PreSendRequestHeaders ( ) : void | ||
리턴 | void |
protected Application_Start ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
public static CacheItemRemoved ( string k, object v, CacheItemRemovedReason r ) : void | ||
k | string | The k. |
v | object | The v. |
r | CacheItemRemovedReason | The r. |
리턴 | void |
public MigrateDatabase ( RockContext rockContext ) : bool | ||
rockContext | RockContext | |
리턴 | bool |
public MigratePlugins ( RockContext rockContext ) : bool | ||
rockContext | RockContext | The rock context. |
리턴 | bool |
protected Session_End ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected Session_Start ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |