Interface IService
A IService is a IControllable that emits service lifecycle events.
Inherited Members
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public interface IService : IControllable
Events
ServiceStarted
Invoked when IService has started.
Declaration
event ServiceEventHandler ServiceStarted
Event Type
Type | Description |
---|---|
ServiceEventHandler |
ServiceStarting
Invoked when IService is starting.
Declaration
event ServiceEventHandler ServiceStarting
Event Type
Type | Description |
---|---|
ServiceEventHandler |
ServiceStopped
Invoked when IService has stopped.
Declaration
event ServiceEventHandler ServiceStopped
Event Type
Type | Description |
---|---|
ServiceEventHandler |
ServiceStopping
Invoked when IService is stopping.
Declaration
event ServiceEventHandler ServiceStopping
Event Type
Type | Description |
---|---|
ServiceEventHandler |