[This is preliminary documentation and is subject to change.]

Indicates that the episode (beginning at the specified start time) has ended (at the specified end time)

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public void EndEpisode(
	long sTimeStamp,
	long eTimeStamp
)

Parameters

sTimeStamp
Type: System..::..Int64
The time stamp associated with the start of the episode
eTimeStamp
Type: System..::..Int64
The time stamp associated with the end of the episode

See Also