ITopicTRemoveMessageListener Method Hazelcast .Net Client Class Library
Stops receiving messages for the given message listener.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax

bool RemoveMessageListener(
	string registrationId
)

Parameters

registrationId
Type: SystemString
Id of listener registration.

Return Value

Type: Boolean
true if registration is removed, false otherwise
Remarks

Stops receiving messages for the given message listener. If the given listener already removed, this method does nothing.
See Also

Reference