nn::nex::SubscriberClient::Unfollow Member Function

Syntax

qBool Unfollow(
     ProtocolCallContext * pContext,
     const String & topic
);

Parameters

Name Description
in pContext Call information.
in topic The topics to unfollow.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Unfollows a single topic.

The following results may be returned as a result of asynchronous operation. Pass errors to the Error/EULA applet. Errors must be removed during debugging.

QERROR(Subscriber, InvalidArgument): Invalid topic format.
QERROR(Subscriber, OverLimit): The reserved topic number exceeds SubscriberConstants::NUM_RESERVED_TOPICS.

Revision History

2014/09/12
Initial version.

CONFIDENTIAL