An NDoc Documented Class Library

HostIntegratorSession.WaitForEntityChange Method 

NOTE: This method is now obsolete.

This method has been deprecated. It can result in a race condition.


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

public virtual 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.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorConnectorExceptionThrown an argument is invalid
HostIntegratorServerExceptionThrown if the event times out

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace