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

Returns true if this is a nolocal topic consumer.

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

Syntax

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

Return Value

true if this is a nolocal topic consumer. Always returns false if this is a queue consumer.

See Also