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

  Copy imageCopy Code
public bool InitialNotification {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property InitialNotification As bool

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also