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