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#]

  Copy imageCopy Code
public void DeRegisterChangeNotification(
  string applicationUri
);

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
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