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