Class ServerControlCallbacks
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
public class ServerControlCallbacks
- Inheritance
-
ServerControlCallbacks
Constructors
ServerControlCallbacks()
Standard constructor
public ServerControlCallbacks()
Methods
AddCallback(OnLogoffDeviceCallback)
Adds a callback delegate. Used only by the unmanaged wrapper.
public static void AddCallback(OnLogoffDeviceCallback callback)
Parameters
callback
OnLogoffDeviceCallback
RemoveCallback(OnLogoffDeviceCallback)
Removes a delegate. Used only by the unmanaged wrapper
public static void RemoveCallback(OnLogoffDeviceCallback callback)
Parameters
callback
OnLogoffDeviceCallback
Events
OnLogoffDeviceCallback
protected event OnLogoffDeviceCallback OnLogoffDeviceCallback