Class which wraps ServiceConsumer to provide information about ServerApplication configuration.

Inheritance hierarchy

System . . :: . . Object
   Microsoft.Rtc.Sip . . :: . . ApplicationConfigHelper

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Class 
ApplicationConfigHelper _
	
Implements 
IDisposable
Visual Basic (usage)
Dim 
instance 
As 
ApplicationConfigHelper
C#
public 
class 
ApplicationConfigHelper : 
IDisposable

Thread safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also