ApplicationConfigHelper.DeRegisterChangeNotification

ApplicationConfigHelper.DeRegisterChangeNotification (String)

The DeRegisterChangeNotification method cancels the registration for the change notifications of the configuration of an application, the URI of which is specified in the input parameter.

Syntax

[C#]

public void DeRegisterChangeNotification(
  string applicationUri
);

Syntax

[Visual Basic .NET]

Public Function DeRegisterChangeNotification( _
  ByVal applicationUri As String _
) As Nothing

Parameters

  • applicationUri
    Specifies the URI of the application on which the configuration change notification has been registered.

Return Values

Returns a void (Nothing in Visual Basic .NET).

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

ApplicationConfigHelper

ApplicationConfiguration

ApplicationConfigChangedEventArgs

ApplicationConfigChangedEventHandler