Delegate ServiceEventHandler
Represents the method that will handle service event.
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public delegate void ServiceEventHandler(object sender, ServiceEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
object | sender | IService that raised an event. |
ServiceEventArgs | args | Event arguments. |