Package | Description |
---|---|
agi.foundation.compatibility |
Modifier and Type | Method and Description |
---|---|
static EventResetMode |
EventResetMode.getDefault()
Get the enum constant that is considered to be the default.
|
static EventResetMode |
EventResetMode.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static EventResetMode |
EventResetMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventResetMode[] |
EventResetMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EventWaitHandle(boolean initialState,
EventResetMode mode)
Initializes a new instance of the
EventWaitHandle class, specifying whether
the wait handle is initially signaled, and whether it resets automatically or
manually. |