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.3.199.0
Syntax
bool RegisterNotifier(
	INotifier notifier
)

Parameters

notifier
Type: Ozeki.VoIPINotifier

Return Value

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