The ICacheService type exposes the following members.

Events

  NameDescription
Public eventMemberJoined
Invoked when an IMember has joined the service.
(Inherited from IService.)
Public eventMemberLeaving
Invoked when an IMember is leaving the service.
(Inherited from IService.)
Public eventMemberLeft
Invoked when an IMember has left the service.
(Inherited from IService.)
Public eventServiceStarted
Invoked when IService has started.
(Inherited from IService.)
Public eventServiceStarting
Invoked when IService is starting.
(Inherited from IService.)
Public eventServiceStopped
Invoked when IService has stopped.
(Inherited from IService.)
Public eventServiceStopping
Invoked when IService is stopping.
(Inherited from IService.)

See Also