Table of Contents

Interface IReplicationServer

Namespace
Coherence.Toolkit.ReplicationServer
Assembly
Coherence.ReplicationServer.dll
public interface IReplicationServer

Methods

Start()

bool Start()

Returns

bool

Stop(int)

bool Stop(int timeoutMs = 0)

Parameters

timeoutMs int

Returns

bool

Events

OnExit

event ExitHandler OnExit

Event Type

ExitHandler

OnLog

event LogHandler OnLog

Event Type

LogHandler