|
override void | deleteCptr () |
|
override bool | DerivedClassHasMethod (string methodName, System.Type[] methodTypes) |
|
override IntPtr | GetNonDirectorClassID () |
|
override bool | IsUserDerived () |
|
|
enum | Status : uint { Status.InProgress = 0x00000000,
Status.Completed = 0x00000001,
Status.Failed = 0x00000002
} |
|
static void | DtorCallback (IntPtr p) |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
static Dictionary< IntPtr, Event > | cachedObjects = new Dictionary<IntPtr, Event>() |
|
static ReaderWriterLockSlim | mapLock = new ReaderWriterLockSlim(LockRecursionPolicy.SupportsRecursion) |
|
The WarningEvent class is the event that will be generated if an asynchronous warning occurs.
◆ WarningEvent() [1/4]
HPS.WarningEvent.WarningEvent |
( |
| ) |
|
|
inline |
The default constructor creates a WarningEvent object with an empty message and code of Unknown.
◆ WarningEvent() [2/4]
HPS.WarningEvent.WarningEvent |
( |
string |
in_message | ) |
|
|
inline |
This constructor creates a WarningEvent object with a specified message and code of Unknown.
- Parameters
-
in_message | A message describing the nature of the warning. |
◆ WarningEvent() [3/4]
HPS.WarningEvent.WarningEvent |
( |
string |
in_message, |
|
|
HPS.Info.Code |
in_code |
|
) |
| |
|
inline |
This constructor creates a WarningEvent object with a specified message and code.
- Parameters
-
in_message | A message describing the nature of the warning. |
in_code | A code describing the nature of the warning. |
◆ WarningEvent() [4/4]
HPS.WarningEvent.WarningEvent |
( |
HPS.Event |
in_event | ) |
|
|
inline |
This constructor converts an EventObject to a WarningEvent object.
- Parameters
-
in_event | The EventObject to be converted. |
◆ Clone()
override HPS.Event HPS.WarningEvent.Clone |
( |
| ) |
|
|
inlinevirtual |
◆ Equals()
Check if the source object is equivalent to this object.
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.WarningEvent.cs