ApplicationConfigChangedEventArgs.InitialNotification

ApplicationConfigChangedEventArgs.InitialNotification

The InitialNotification property contains a Boolean flag to indicate whether the current event notification is the initial notification (True) or not (False). An initial notification is a side effect of the registration.

Syntax

[C#]

public bool InitialNotification {get;}

Syntax

[Visual Basic .NET]

Public ReadOnly Property InitialNotification As bool

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

ApplicationConfiguration

ApplicationConfigChangedEventHandler