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