C# Class NSoft.NFramework.Data.MongoDB.Web.MongoSessionStateEntry

Show file Open project: debop/NFramework

Private Properties

Property Type Description

Public Methods

Method Description
MongoSessionStateEntry ( string id, byte state ) : System
MongoSessionStateEntry ( string id, byte state, System.DateTime utcExpiry ) : System

Method Details

MongoSessionStateEntry() public method

public MongoSessionStateEntry ( string id, byte state ) : System
id string
state byte
return System

MongoSessionStateEntry() public method

public MongoSessionStateEntry ( string id, byte state, System.DateTime utcExpiry ) : System
id string
state byte
utcExpiry System.DateTime
return System