IMapTKey, TValueRemoveInterceptor Method Hazelcast .Net Client Class Library
Removes the given interceptor for this map.

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

void RemoveInterceptor(
	string id
)

Parameters

id
Type: SystemString
registration id of map interceptor
Remarks

Removes the given interceptor for this map. So it will not intercept operations anymore.
See Also

Reference