WaitForEntity
constructor in Coherence.Test.WaitForEntity
Constructors
public WaitForEntity(Client client, string entityName, bool exists = true, Func<CoherenceBridge> getOwningBridge = null, int lineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
Client | client | |
string | entityName | |
bool | exists | |
Func<CoherenceBridge> | getOwningBridge | |
int | lineNumber |
public WaitForEntity(string entityName, bool exists = true, Func<CoherenceBridge> getOwningBridge = null, int lineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
string | entityName | |
bool | exists | |
Func<CoherenceBridge> | getOwningBridge | |
int | lineNumber |