HostIntegratorSession.WaitForCondition Method (Int32, String)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.WaitForCondition Method (Int32, String)

Waits for recognition of the specified entity on the Host Integrator server.

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

Parameters

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

Remarks

Waits for recognition of the specified entity on the Host Integrator server.

See Also

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