Inserts the delete event.

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

Syntax

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

Parameters

uri
Type: System..::.String
The URI.
eventType
Type: System..::.Object
Type of the event.
date
Type: System..::.Object
The date.
timecode
Type: System..::.Object
The timecode.
afterEventId
Type: System..::.String
The after event id.

Return Value

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

Implements

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

See Also