Event handler for incoming notify request.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Protected 
Sub 
ProcessNotifyReceived ( _
	
sender 
As 
Object, _
	
e 
As 
TransactionCreatedEventArgs _
)
C#
protected 
void 
ProcessNotifyReceived(
	
Object 
sender,
	
TransactionCreatedEventArgs 
e
)
Visual C++
protected:
void 
ProcessNotifyReceived(
	
Object^ 
sender, 
	
TransactionCreatedEventArgs^ 
e
)
JavaScript
function 
processNotifyReceived(
sender, 
e);

Parameters

sender
Type: Object
The source of the event.
e
Type: Microsoft.Rtc.Internal.Sip . . :: . TransactionCreatedEventArgs
Event specific information.

See Also