[TIBCO.EMS .NET Admin client library 5.1 documentation]

Get the current filter type for client tracing.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public ClientTraceFilter ClientTraceFilterType { get; }
Public ReadOnly Property ClientTraceFilterType As ClientTraceFilter
public:
property ClientTraceFilter ClientTraceFilterType {
	ClientTraceFilter get ();
}

Return Value

ClientTraceFilter.None if client tracing is not enabled or no filter is set, ClientTraceFilter.User if only clients with a matching user are to be traced, ClientTraceFilter.ClientID if only clients with a matching client id are to be traced and ClientTraceFilter.ConnID if only clients with a matching client id are to be traced.

Remarks

If a filter is set then only clients that match the value for the filter will be traced.

See Also