HostIntegratorSession.WaitForCondition Method (Int32, String, String)

WRQ.Verastream.HostIntegrator

WRQ 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.

See Also

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