Click or drag to resize

MembershipEventGetEventType Method

Returns the membership event type; #MEMBER_ADDED or #MEMBER_REMOVED

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

Return Value

Type: Int32
the membership event type
See Also