ApplicationConfigHelper.GetApplicationConfiguration

ApplicationConfigHelper.GetApplicationConfiguration (String))

The GetApplicationConfiguration method retrieves the configuration of an application that is identified by the URI as the input string value.

Syntax

[C#]

public ApplicationConfiguration GetApplicationConfiguration(
  string applicationUri,
);

Syntax

[Visual Basic .NET]

Public Function GetApplicationConfiguration ( _
  ByVal applicationUri As String, _
) As ApplicationConfiguration

Parameters

  • applicationUri
    Specifies the URI of the application on which the configuration change notification is to be registered.

Return Values

Returns an ApplicationConfiguration object containing the application settings.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

ApplicationConfigHelper

ApplicationConfiguration

ApplicationConfigChangedEventArgs

ApplicationConfigChangedEventHandler