TimeoutValue

Class

Superclasses

System.Object
  TimeoutValue

Visual Basic

NotInheritable Public Class TimeoutValue

C#

public sealed class TimeoutValue

Description

Defines constants for special timeout values.

Remarks

Programs can supply these special numeric values as timeout arguments to methods such as IDispatchable.TimedDispatch and VCTransport.WaitForVCConnection.

Member

Description

Public Static Fields

TimeoutValue.NoWait double

This value (zero) instructs methods to timeout immediately.

TimeoutValue.WaitForever double

This value (-1) instructs methods to wait indefinitely, instead of returning after a finite time limit.

See Also

IDispatchable.TimedDispatch

VCTransport.WaitForVCConnection