Table of Contents

Class Launcher

Namespace
Coherence.Toolkit.ReplicationServer
Assembly
Coherence.Toolkit.dll
public static class Launcher
Inheritance
Launcher

Methods

Create(ReplicationServerConfig, string)

Create a new ReplicationServer instance with the given configuration. Has to be started using Start, and allows OnLog and OnExit events to be subscribed to.

public static ReplicationServer Create(ReplicationServerConfig serverConfig, string additionalArguments = null)

Parameters

serverConfig ReplicationServerConfig

Configuration to use when starting the server.

additionalArguments string

Optional flags to add when starting the server.

Returns

ReplicationServer

A new ReplicationServer, to be started with Start.