Determines whether the message matches any existing trace filter.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Function 
IsTraceFilterMatch 
As 
Boolean
Visual Basic (usage)
Dim 
instance 
As 

Transaction
Dim 
returnValue 
As 
Boolean

returnValue = instance.
IsTraceFilterMatch()
C#
public 
bool 
IsTraceFilterMatch()

Return value

Type: System . . :: . . Boolean

See also