Commits the context change.

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

Syntax

C#
public void CommitContextChange(
	string contextTrigger
)
Visual Basic (Declaration)
Public Sub CommitContextChange ( _
	contextTrigger As String _
)
Visual C++
public:
virtual void CommitContextChange(
	String^ contextTrigger
) sealed

Parameters

contextTrigger
Type: System..::.String
Context trigger.

Implements

ISimplePlayerRecorder..::.CommitContextChange(String)

See Also