Click or drag to resize

EventHeader Constructor (EventType, IEnumerableGenericParam)

Initializes a new instance of the EventHeader class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public EventHeader(
	EventType eventType,
	IEnumerable<GenericParam> eventParam
)

Parameters

eventType
Type: Ozeki.VoIPEventType
eventParam
Type: System.Collections.GenericIEnumerableGenericParam
See Also