Click or drag to resize

EventHeader(EventType, IEnumerableGenericParam) Constructor

Initializes a new instance of the EventHeader class

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

Parameters

eventType  EventType
 
eventParam  IEnumerableGenericParam
 
See Also