ApplicationConfigurationHelper

The ApplicationConfigurationHelper class encapsulates the features for an application to handle changes of the application settings made by a server administrator.

Public Constructors

The ApplicationConfigurationHelper class defines the following public constructor.

Property

Description

ApplicationConfigHelper.ApplicationConfigHelper

Creates an instance of ApplicationConfigHelper class.

Public Methods

The ApplicationConfigurationHelper class defines the following public methods.

Property

Description

ApplicationConfigHelper.RegisterChangeNotification

Registers an event handler for configuration changes of a specified application.

ApplicationConfigHelper.DeRegisterChangeNotification

Cancels the registration of configuration changes of a specified application.

ApplicationConfigHelper.GetApplicationConfiguration

Retrieves the configuration of a specified application.

Requirements

Redistributable: Requires Microsoft Lync Server 2010.

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also