Returns true if SessionEventArgs is allowed to pass through the filter.
Declaring type: SessionEventFilter
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
protected override bool AllowInvocation (
        object sender,
        SessionEventArgs args
) 
Parameters
sender
Event sender.
args
The SessionEventArgs instance containing the event data.
Return Value
true if invocation is allowed; otherwise, false.