ApplicationConfigHelper.RegisterChangeNotification Method

Definition

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

public:
 void RegisterChangeNotification(System::String ^ appUri, Microsoft::Rtc::Sip::ApplicationConfigChangedEventHandler ^ handler);
public void RegisterChangeNotification (string appUri, Microsoft.Rtc.Sip.ApplicationConfigChangedEventHandler handler);
Public Sub RegisterChangeNotification (appUri As String, handler As ApplicationConfigChangedEventHandler)

Parameters

appUri
String

URI of the application to monitor.

handler
ApplicationConfigChangedEventHandler

Function that is invoked when settings change.

Exceptions

Thrown in case of an internal error.

Applies to