GetSyncFromCreatedClientConnectionGetter
method in Coherence.Test.Connect
Methods
public Func<CoherenceSync> GetSyncFromCreatedClientConnectionGetter(bool dontCompleteStepUntilClientConnectionExists = true)
Gets a delegate for lazily acquiring a reference to the CoherenceSync object of the CoherenceClientConnection that is created during the execution of this test step.
Parameters
| Type | Name | Description |
|---|---|---|
| bool | dontCompleteStepUntilClientConnectionExists | If set to true then the Connect test step won't complete until after a client connection has been created as part of the connection process. |
Returns
| Type | Description |
|---|---|
| Func<CoherenceSync> |