An NDoc Documented Class Library

HostIntegratorSession.WaitForCondition Method (Int32, String)

Waits for a condition to be fulfilled.

public virtual void WaitForCondition(
   int timeout,
   string entityName
);

Parameters

timeout
Specifies a timeout period, in seconds.
entityName
Name of entity to wait for.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorConnectorExceptionThrown an argument is invalid
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorModelDefExceptionThrown if the conditional expression is not valid
HostIntegratorServerExceptionThrown if the event times out

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.WaitForCondition Overload List