 | DistributedObjectEvent Constructor |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntaxpublic DistributedObjectEvent(
string eventType,
string serviceName,
IDistributedObject distributedObject
)
Public Sub New (
eventType As String,
serviceName As String,
distributedObject As IDistributedObject
)
public:
DistributedObjectEvent(
String^ eventType,
String^ serviceName,
IDistributedObject^ distributedObject
)
new :
eventType : string *
serviceName : string *
distributedObject : IDistributedObject -> DistributedObjectEvent
Parameters
- eventType
- Type: SystemString
- serviceName
- Type: SystemString
- distributedObject
- Type: Hazelcast.CoreIDistributedObject
See Also