C# Class Microsoft.SqlServer.TDS.Servers.GenericTDSServerSession

Generic session for TDS Server
Inheritance: ITDSServerSession
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Deflate ( ) : IList

Serialize session state into a collection of options

GenericTDSServerSession ( ITDSServer server, uint sessionID ) : System

Initialization constructor

GenericTDSServerSession ( ITDSServer server, uint sessionID, uint packetSize ) : System

Initialization constructor

Inflate ( TDSSessionRecoveryData initial, TDSSessionRecoveryData current ) : void

Inflate the session state using options

Private Methods

Method Description
_InflateRecoveryData ( TDSSessionRecoveryData data ) : void

Indlate recovery data

Method Details

Deflate() public method

Serialize session state into a collection of options
public Deflate ( ) : IList
return IList

GenericTDSServerSession() public method

Initialization constructor
public GenericTDSServerSession ( ITDSServer server, uint sessionID ) : System
server ITDSServer
sessionID uint
return System

GenericTDSServerSession() public method

Initialization constructor
public GenericTDSServerSession ( ITDSServer server, uint sessionID, uint packetSize ) : System
server ITDSServer
sessionID uint
packetSize uint
return System

Inflate() public method

Inflate the session state using options
public Inflate ( TDSSessionRecoveryData initial, TDSSessionRecoveryData current ) : void
initial Microsoft.SqlServer.TDS.SessionState.TDSSessionRecoveryData
current Microsoft.SqlServer.TDS.SessionState.TDSSessionRecoveryData
return void