NotifierContainerAddNotifier Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool AddNotifier(
INotifier notifier
)
Public Function AddNotifier (
notifier As INotifier
) As Boolean
public:
bool AddNotifier(
INotifier^ notifier
)
member AddNotifier :
notifier : INotifier -> bool
Parameters
- notifier INotifier
-
Return Value
Boolean
See Also