TimeoutHandling Enumeration# Defines how a timeout is handled by a method. Syntax# C# public enum TimeoutHandling VB Public Enumeration TimeoutHandling Members# Member nameValueDescriptionReturn0The method returns on timeout. The type of data returned depends on the method used.ThrowException1An exception is thrown on timeout. Reference# Basler.Pylon Namespace Was this page helpful? Thanks for your feedback! Thanks for your feedback! Help us improve this page by using our feedback form.