Property | Type | Description | |
---|---|---|---|
_applicationName | string | ||
_connectionString | string |
Method | Description | |
---|---|---|
CreateNewStoreData ( |
||
CreateUninitializedItem ( |
||
Dispose ( ) : void | ||
EndRequest ( |
||
GetItem ( |
||
GetItemExclusive ( |
||
Initialize ( string name, |
||
InitializeRequest ( |
||
ReleaseItemExclusive ( |
||
RemoveItem ( |
||
ResetItemTimeout ( |
||
SetAndReleaseItemExclusive ( |
||
SetItemExpireCallback ( SessionStateItemExpireCallback expireCallback ) : bool |
Method | Description | |
---|---|---|
Deserialize ( |
||
GetSessionStoreItem ( bool lockRecord, |
||
Serialize ( System.Web.SessionState.SessionStateItemCollection items ) : byte[] | ||
WriteToEventLog ( |
public CreateNewStoreData ( |
||
context | ||
timeout | int | |
return | System.Web.SessionState.SessionStateStoreData |
public CreateUninitializedItem ( |
||
context | ||
id | string | |
timeout | int | |
return | void |
public EndRequest ( |
||
context | ||
return | void |
public GetItem ( |
||
context | ||
id | string | |
locked | bool | |
lockAge | System.TimeSpan | |
lockId | object | |
actionFlags | SessionStateActions | |
return | System.Web.SessionState.SessionStateStoreData |
public GetItemExclusive ( |
||
context | ||
id | string | |
locked | bool | |
lockAge | System.TimeSpan | |
lockId | object | |
actionFlags | SessionStateActions | |
return | System.Web.SessionState.SessionStateStoreData |
public Initialize ( string name, |
||
name | string | |
config | ||
return | void |
public InitializeRequest ( |
||
context | ||
return | void |
public ReleaseItemExclusive ( |
||
context | ||
id | string | |
lockId | object | |
return | void |
public RemoveItem ( |
||
context | ||
id | string | |
lockId | object | |
item | System.Web.SessionState.SessionStateStoreData | |
return | void |
public ResetItemTimeout ( |
||
context | ||
id | string | |
return | void |
public SetAndReleaseItemExclusive ( |
||
context | ||
id | string | |
item | System.Web.SessionState.SessionStateStoreData | |
lockId | object | |
newItem | bool | |
return | void |
public SetItemExpireCallback ( SessionStateItemExpireCallback expireCallback ) : bool | ||
expireCallback | SessionStateItemExpireCallback | |
return | bool |