Delegate that is used for incoming notifications that are dispatched to the application.

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

Syntax

Visual Basic (declaration)
Public 
Delegate 
Sub 
NotificationReceivedEventHandler (
_
	
sender 
As 
Object, _
	
e 
As 

NotificationReceivedEventArgs _
)
Visual Basic (usage)
Dim 
instance 
As 
New 
NotificationReceivedEventHandler(
AddressOf HandlerMethod)
C#
public 
delegate 
void 
NotificationReceivedEventHandler(
	
Object 
sender,
	

NotificationReceivedEventArgs 
e
)

Parameters

sender
Type: System . . :: . . Object

The source of the event.

e
Type: Microsoft.Rtc.Sip . . :: . . NotificationReceivedEventArgs

Contains event data.

See also