Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The IService type exposes the following members.

Methods

  NameDescription
Configure
Configure the controllable service.
(Inherited from IControllable.)
Shutdown
Stop the controllable service.
(Inherited from IControllable.)
Start
Start the controllable service.
(Inherited from IControllable.)
Stop
Hard-stop the controllable service.
(Inherited from IControllable.)

Properties

  NameDescription
Info
Gets the IServiceInfo object for this IService.
IsRunning
Determine whether or not the controllable service is running.
(Inherited from IControllable.)
Serializer
The ISerializer used to serialize and deserialize objects by this IService.
UserContext
Gets or sets the user context object associated with this IService.

Events

  NameDescription
MemberJoined
Invoked when an IMember has joined the service.
MemberLeaving
Invoked when an IMember is leaving the service.
MemberLeft
Invoked when an IMember has left the service.
ServiceStarted
Invoked when IService has started.
(Inherited from IService.)
ServiceStarting
Invoked when IService is starting.
(Inherited from IService.)
ServiceStopped
Invoked when IService has stopped.
(Inherited from IService.)
ServiceStopping
Invoked when IService is stopping.
(Inherited from IService.)

See Also