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