London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IMirroringMonitoringEventSystem

Namespace: EPiServer.MirroringService.MirroringMonitoring
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IMirroringMonitoringEventSystem

Methods

IsAlive()

Declaration
bool IsAlive()
Returns
Type Description
System.Boolean

Subscribe()

Subscribes this instance.

Declaration
void Subscribe()

Unsubscribe()

Unsubscribes this instance.

Declaration
void Unsubscribe()

Extension Methods