Inserts the record event.

Namespace:  GrassValley.Mseries.ScheduleEditor
Assembly:  GrassValley.Mseries.ScheduleEditor (in GrassValley.Mseries.ScheduleEditor.dll) Version: 1.0.0.0

Syntax

C#
public string InsertRecordEvent(
	string uri,
	Object tcDuration,
	Object eventType,
	Object date,
	Object timecode
)
Visual Basic (Declaration)
Public Function InsertRecordEvent ( _
	uri As String, _
	tcDuration As Object, _
	eventType As Object, _
	date As Object, _
	timecode As Object _
) As String
Visual C++
public:
virtual String^ InsertRecordEvent(
	String^ uri, 
	Object^ tcDuration, 
	Object^ eventType, 
	Object^ date, 
	Object^ timecode
) sealed

Parameters

uri
Type: System..::.String
The URI.
tcDuration
Type: System..::.Object
Duration of the tc.
eventType
Type: System..::.Object
Type of the event.
date
Type: System..::.Object
The date.
timecode
Type: System..::.Object
The timecode.

Return Value

[Missing <returns> documentation for "M:GrassValley.Mseries.ScheduleEditor.ScheduleEditorProxy.InsertRecordEvent(System.String,System.Object,System.Object,System.Object,System.Object)"]

Implements

IScheduleEditor..::.InsertRecordEvent(String, Object, Object, Object, Object)

See Also