MessageChannelCreateGenApiEvent Method

CVB.Net Documentation
Creates a new event with the given name.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public GenApiEvent CreateGenApiEvent(
	string name,
	Namespace nameSpace
)

Parameters

name
Type: SystemString
Unique name of the event.
nameSpace
Type: Stemmer.Cvb.GevServerNamespace
Namespace of the event.

Return Value

Type: GenApiEvent
The event object to Send(GenApiEvent).
Remarks

Adds several nodes necessary for event activation and basic information like ID and timestamp of last update.
See Also

Reference