|
override void | deleteCptr () |
|
override bool | DerivedClassHasMethod (string methodName, System.Type[] methodTypes) |
|
override IntPtr | GetNonDirectorClassID () |
|
override bool | IsUserDerived () |
|
|
double | export_started_time [get, set] |
|
|
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 ExportStartedEvent class indicates that a Stream export has started. It will always be injected synchronously.
◆ ExportStartedEvent() [1/2]
HPS.Stream.ExportStartedEvent.ExportStartedEvent |
( |
| ) |
|
|
inline |
◆ ExportStartedEvent() [2/2]
HPS.Stream.ExportStartedEvent.ExportStartedEvent |
( |
HPS.Event |
in_event | ) |
|
|
inline |
This constructor converts an EventObject to a ExportStartedEvent object.
- Parameters
-
in_event | The EventObject to be converted. |
◆ Clone()
override HPS.Event HPS.Stream.ExportStartedEvent.Clone |
( |
| ) |
|
|
inlinevirtual |
◆ Drop()
override bool HPS.Stream.ExportStartedEvent.Drop |
( |
HPS.Event |
in_that_event | ) |
|
|
inlinevirtual |
Determines if this ExportStartedEvent can be drop in favor of the following event of the same type
- Parameters
-
- Returns
- true if this event can be dropped, false otherwise.
Reimplemented from HPS.Event.
◆ Freshen()
override IntPtr HPS.Stream.ExportStartedEvent.Freshen |
( |
| ) |
|
|
inlinevirtual |
This optional function is used to determine if the current event can be dropped in favor of newer event of the same type if one is available.
- Returns
- A cookie representing the freshen category. Zero indicates a non-freshening event.
Reimplemented from HPS.Event.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Stream.cs