Click or drag to resize

INotifierServiceRegisterNotifier Method

Adds the specified event notifier to the system.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
bool RegisterNotifier(
	INotifier notifier
)

Parameters

notifier  INotifier
 

Return Value

Boolean
True, if the notifier added successfully; otherwise false.
See Also