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

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