ISiloStatusListener Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for types which listen to silo status change notifications.
public interface ISiloStatusListener
type ISiloStatusListener = interface
Public Interface ISiloStatusListener
- Derived
Remarks
To be implemented by different in-silo runtime components that are interested in silo status notifications from ISiloStatusOracle.
Methods
SiloStatusChangeNotification(SiloAddress, SiloStatus) |
Receive notifications about silo status events. |