Initializes a new instance of the MemberAttributeEvent class
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
public MemberAttributeEvent( ICluster cluster, IMember member, MapOperationType operationType, string key, Object value )
Parameters
- cluster
- Type: Hazelcast.CoreICluster
- member
- Type: Hazelcast.CoreIMember
- operationType
- Type: Hazelcast.CoreMapOperationType
- key
- Type: SystemString
- value
- Type: SystemObject
See Also