Subscriber portal
Gets or sets the asynchronous timeout value, in milliseconds.
'Declaration Public Property Timeout As Integer Get Set 'Usage Dim instance As AsyncManager Dim value As Integer value = instance.Timeout instance.Timeout = value
The default timeout is 45 seconds. Use Infinite to specify that the asynchronous process does not time out.
A Visual Studio project with source code is available to accompany this topic: Download.