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

Returns true if this consumer has selector. Notice the selector itself may or may not be contained in the consumer object, depending on the way consumer information was obtained. However this method can be used in all cases to determine if a consumer has selector. Method {GetConsumer(Int64)} always includes the selector text, if present, into returned consumer object. Methods returning multiple consumers include or do not include selector text depending on the flag {GET_SELECTOR}.

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

Syntax

public bool HasSelector()
Public Function HasSelector As Boolean
public:
bool HasSelector()

Return Value

true if this consumer has selector, false otherwise.

See Also