Click or drag to resize

SessionCreateInstanceT Method (IAppContext)

Creates an instance of the Session object (loading from the cache when possible).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static T CreateInstance<T>(
	IAppContext appCxt
)
where T : new(), Session

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.

Type Parameters

T
The derived session type.

Return Value

Type: T
The newly created session object.
See Also