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: 1.8.12.0 (1.8.12)
Syntax
public EventHeader(
	EventType eventType,
	IEnumerable<GenericParam> eventParam
)

Parameters

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