Click or drag to resize

EventObjectGetSource Method

The object on which the Event initially occurred.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public virtual Object GetSource()

Return Value

Type: Object
The object on which the Event initially occurred.
See Also