Click or drag to resize
INotifierServiceRegisterNotifier Method
Adds the specified event notifier to the system.

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

Parameters

notifier
Type: Ozeki.VoIPINotifier

Return Value

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