Method IsForSession
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
IsForSession(IActiveSession)
Check if this instnce was issued for the ActiveSession passed as the parameter.
public bool IsForSession(IActiveSession Session)
Parameters
Session
IActiveSessionThe ActiveSession to check affiliation with.