Class which wraps ServiceConsumer to provide information about ServerApplication configuration.

The ApplicationConfigHelpertype exposes the following members.

Constructors

  Name Description
Public method ApplicationConfigHelper Constructs a ApplicationConfigHelper object.
Top

Methods

  Name Description
Public method DeRegisterChangeNotification Removes an application from the monitored list.
Public method Dispose Disposes the used resources. Native resources are not being used directly, and a full IDisposablepattern is not necessary.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetApplicationConfiguration Gets the configuration for an application.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RegisterChangeNotification Registers a handler that is called when settings change for the server application with supplied application URI.
Public method ToString (Inherited from Object.)
Top

See also