HostIntegratorSession.WaitForEntityChange Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.WaitForEntityChange Method 

Waits for the recognition of any entity other than the specified entity.

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

Parameters

entityName
Specifies the entity that cannot satisfy the entity change condition--typically the entity that is current when WaitForEntityChange is called.
timeout
Specifies a timeout period (in seconds). An exception is thrown if the timeout period elapses without an entity other than the specified entity being recognized.

Remarks

Waits for the recognition of any entity other than the specified entity.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace