Connect
method in Coherence.Toolkit.CoherenceBridge
Methods
Attempts a connection to the replication server.
Parameters
Type | Name | Description |
---|---|---|
Endpoint |
endpoint | The address of the replication server to connect to. |
Connection |
connectionSettings | The settings to be used for this connection. If null, Default will be used. |
Remarks
The connection type will be determined by Coherence.
public void Connect(EndpointData endpoint, ConnectionType connectionType, ConnectionSettings connectionSettings = null)
Attempts a connection to the replication server.
Parameters
Type | Name | Description |
---|---|---|
Endpoint |
endpoint | The address of the replication server to connect to. |
Connection |
connectionType | Used to specify if you are connecting as a client or simulator. |
Connection |
connectionSettings | The settings to be used for this connection. If null, Default will be used. |