Skip to content

TimeoutHandling Enumeration#

Defines how a timeout is handled by a method.

Syntax#

C#

public enum TimeoutHandling

VB

Public Enumeration TimeoutHandling

Members#

Member nameValueDescription
Return0The method returns on timeout. The type of data returned depends on the method used.
ThrowException1An exception is thrown on timeout.

Reference#

Basler.Pylon Namespace