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

Returns consumer's selector or null. Notice that ConsumerInfo may or may not have the consumer's selector information depending on the way it was obtained, however method {HasSelector()()()} can be called in all cases to determine if consumer has a 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 string GetSelector()
Public Function GetSelector As String
public:
String^ GetSelector()

Return Value

consumer's selector or null if this consumer has no selector.

See Also