| Keysight.Visa Namespace > VisaSession Class : WaitOnEvent Method |
| Overload | Description |
|---|---|
| WaitOnEvent(EventType) | Waits for an occurrence of the specified event for this session. In particular, WaitOnEvent suspends execution of the thread on which it is called and waits for the specified event indefinitely. |
| WaitOnEvent(EventType,EventQueueStatus) | Wait for an occurrence of the specified event for this session. In particular, WaitOnEvent suspends execution of the thread on which it is called and waits for the specified event indefinitely. |
| WaitOnEvent(EventType,Int32) | Wait for an occurrence of the specified event for this session. In particular, WaitOnEvent suspends execution of the thread on which it is called and waits for the specified event for at least the time period specified by timeout. |
| WaitOnEvent(EventType,TimeSpan) | Wait for an occurrence of the specified event for this session. In particular, WaitOnEvent suspends execution of the thread on which it is called and waits for the specified event for at least the time period specified by timeout. |
| WaitOnEvent(EventType,Int32,EventQueueStatus) | Wait for an occurrence of the specified event for this session. In particular, WaitOnEvent suspends execution of the thread on which it is called and waits for the specified event for at least the time period specified by timeout. |
| WaitOnEvent(EventType,TimeSpan,EventQueueStatus) | Wait for an occurrence of the specified event for this session. In particular, WaitOnEvent suspends execution of the thread on which it is called and waits for the specified event for at least the time period specified by timeout. |
Current with Keysight IO Libraries Suite 18