Table of Contents

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 IActiveSession

The ActiveSession to check affiliation with.

Returns

bool

true if this instance belongs to an ActiveSession passed by Session parameter, false otherwise

Exceptions

ArgumentNullException