Initializes a new instance of the DistributedObjectEvent class
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.5.3.2
Syntax
public DistributedObjectEvent( DistributedObjectEventEventType eventType, string serviceName, IDistributedObject distributedObject )
Parameters
- eventType
- Type: Hazelcast.CoreDistributedObjectEventEventType
- serviceName
- Type: SystemString
- distributedObject
- Type: Hazelcast.CoreIDistributedObject
See Also