IControllableStart Method |
Namespace: Tangosol.Util
void Start()
Exception | Condition |
---|---|
InvalidOperationException | Thrown if a service does not support being re-started, and the service was already started and subsequently stopped and then an attempt is made to start the service again; also thrown if the IControllable service has not been configured. |
This method should only be called once per the life cycle of the IControllable service. This method has no affect if the service is already running.