| IMapTKey, TValueRemoveInterceptor Method |
Removes the given interceptor for this map.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax void RemoveInterceptor(
string id
)
Sub RemoveInterceptor (
id As String
)
void RemoveInterceptor(
String^ id
)
abstract RemoveInterceptor :
id : string -> unit
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