HPS::Stream::ImportCompletedEvent

class HPS.Stream.ImportCompletedEvent : public HPS.Event

The ImportCompletedEvent class indicates that a Stream import is complete. It will always be injected synchronously.

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this ImportCompletedEvent.

Return

A copy of this TimerEvent.

override void Dispose ()
override bool Drop (HPS.Event in_that_event)

Determines if this ImportCompletedEvent can be drop in favor of the following event of the same type

Param in_that_event

Event to compare with this ImportCompletedEvent.

Return

true if this event can be dropped, false otherwise.

override IntPtr Freshen ()

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.

Return

A cookie representing the freshen category. Zero indicates a non-freshening event.

ImportCompletedEvent ()

The default constructor creates a ImportCompletedEvent object.

ImportCompletedEvent (HPS.Event in_event)

This constructor converts an EventObject to a ImportCompletedEvent object.

Param in_event

The EventObject to be converted.

ImportCompletedEvent (HPS.Stream.ImportCompletedEvent in_that)

Properties

double import_completed_time { get; set; }