Table of Contents

WaitForSyncComponent

constructor in Coherence.Test
Constructors
public WaitForSyncComponent(string entityName, Func<T, bool> condition, string conditionDescription, int lineNumber = 0)
Parameters
Type Name Description
string entityName
Func<T, bool> condition
string conditionDescription
int lineNumber
public WaitForSyncComponent(Client client, string entityName, Func<T, bool> condition, string conditionDescription, int lineNumber = 0)
Parameters
Type Name Description
Client client
string entityName
Func<T, bool> condition
string conditionDescription
int lineNumber