MySQL Connector/Net
MySqlSessionStateStoreSetAndReleaseItemExclusive Method |
Namespace: MySql.Web.SessionState
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9

public override void SetAndReleaseItemExclusive( HttpContext context, string id, SessionStateStoreData item, Object lockId, bool newItem )
Public Overrides Sub SetAndReleaseItemExclusive ( context As HttpContext, id As String, item As SessionStateStoreData, lockId As Object, newItem As Boolean )
public: virtual void SetAndReleaseItemExclusive( HttpContext^ context, String^ id, SessionStateStoreData^ item, Object^ lockId, bool newItem ) override
abstract SetAndReleaseItemExclusive : context : HttpContext * id : string * item : SessionStateStoreData * lockId : Object * newItem : bool -> unit override SetAndReleaseItemExclusive : context : HttpContext * id : string * item : SessionStateStoreData * lockId : Object * newItem : bool -> unit
Parameters
- context
- Type: System.WebHttpContext
- id
- Type: SystemString
- item
- Type: System.Web.SessionStateSessionStateStoreData
- lockId
- Type: SystemObject
- newItem
- Type: SystemBoolean
