Class GlobalFtpConfigSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for the global ftp configuration. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class GlobalFtpConfigSubscription : CallbackSubscription
- Inheritance
-
GlobalFtpConfigSubscription
- Inherited Members
Constructors
GlobalFtpConfigSubscription()
Initializes a new instance of the GlobalFtpConfigSubscription class
public GlobalFtpConfigSubscription()
Methods
OnGlobalFtpConfigChanged(TChangeInfo, GlobalFtpConfigEventArgs)
Virtual method will be called when global ftp configuration has been changed
public virtual void OnGlobalFtpConfigChanged(TChangeInfo Info, GlobalFtpConfigEventArgs args)
Parameters
Info
TChangeInfoThe standard change information
args
GlobalFtpConfigEventArgsThe event arguments including all further change information
Events
GlobalFtpConfigChanged
Occurs after global ftp configuration has been changed
public event OnCallbackGlobalFtpConfig GlobalFtpConfigChanged