ApplicationConfigHelper.ApplicationConfigHelper
The ApplicationConfigHelper.ApplicationConfigHelper constructor creates an instance ApplicationConfigHelper class.
A server application can use the resulting object to handle changes in the application settings made by a server administrator, while the application is running. To do so, the application must implement an event handler of the ApplicationConfigChangedEventHandler delegate type and register this event handler by calling the ApplicationConfigHelper.RegisterChangeNotification method.
If the application is not running in a valid topology, the ApplicationConfigHelper object will throw an exception of the ApplicationConfigHelperException type.
Syntax
[C#]
Copy Code | |
---|---|
public ApplicationConfigHelper(); |
Syntax
[Visual Basic .NET]
Copy Code | |
---|---|
Public Sub ApplicationConfigHelper() |
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)