IApplication MakeNewSessionInstance Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Factory method that creates new session object suitable for partcular application type

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

ISession MakeNewSessionInstance(
	Guid sessionID,
	User user = null
)

Return Value

Type: ISession
New session object
See Also