System.Threading.WaitHandle: Field Members

The fields of System.Threading.WaitHandle are listed below. For a list of all members, see the WaitHandle Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Fields

const
WaitTimeoutint (258).

Indicates that a WaitHandle.WaitAny(WaitHandle[], int, bool) operation timed out before any of the wait handles were signaled. This field is constant.

Protected Fields

static readonly
InvalidHandleIntPtr.

Represents an invalid native operating system handle. This field is read-only.