Verastream Host Integrator .Net Reference

HostIntegratorSession.WaitForCondition Method (Int32, String, String)

Waits for an expression to become true for the specified entity on the Host Integrator server.

[Visual Basic]
Overloads Public Sub WaitForCondition( _
   ByVal timeout As Integer, _
   ByVal expression As String, _
   ByVal entityName As String _
)
[C#]
public void WaitForCondition(
   int timeout,
   string expression,
   string entityName
);

Parameters

timeout
Specifies a timeout period, in seconds.
expression
Specifies the expression to wait for.
entityName
Specifies the name of an entity in the current Host Integrator model.

Remarks

Waits for an expression to become true for the specified entity on the Host Integrator server.

Exceptions

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

See Also

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