Click or drag to resize

DistributedObjectEvent Constructor

Initializes a new instance of the DistributedObjectEvent class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public DistributedObjectEvent(
	string eventType,
	string serviceName,
	IDistributedObject distributedObject
)

Parameters

eventType
Type: SystemString
serviceName
Type: SystemString
distributedObject
Type: Hazelcast.CoreIDistributedObject
See Also