INotifierServiceRegisterNotifier Method |
Adds the specified event notifier to the system.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxbool RegisterNotifier(
INotifier notifier
)
Function RegisterNotifier (
notifier As INotifier
) As Boolean
bool RegisterNotifier(
INotifier^ notifier
)
abstract RegisterNotifier :
notifier : INotifier -> bool
Parameters
- notifier INotifier
-
Return Value
BooleanTrue, if the notifier added successfully; otherwise false.
See Also