ApplicationConfigHelper Class

Definition

Class which wraps ServiceConsumer to provide information about ServerApplication configuration.

public ref class ApplicationConfigHelper : IDisposable
public class ApplicationConfigHelper : IDisposable
Public Class ApplicationConfigHelper
Implements IDisposable
Inheritance
ApplicationConfigHelper
Implements

Constructors

ApplicationConfigHelper()

Constructs a ApplicationConfigHelper object.

Methods

DeRegisterChangeNotification(String)

Removes an application from the monitored list.

Dispose()

Disposes the used resources. Native resources are not being used directly, and a full IDisposable pattern is not necessary.

GetApplicationConfiguration(String)

Gets the configuration for an application.

RegisterChangeNotification(String, ApplicationConfigChangedEventHandler)

Registers a handler that is called when settings change for the server application with supplied application URI.

Applies to