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 _
)
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