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
Public Shared Function CreateInstance(Of T As {New, Session}) (
appCxt As IAppContext
) As T
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context.
Type Parameters
- T
- The derived session type.
Return Value
Type:
TThe newly created session object.
See Also