Process notifications from the subscription.

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

Syntax

Visual Basic (Declaration)
Private 
Sub 
ProcessNotification ( _
	
message 
As 

SipMessageData _
) 
Implements 

ISipSubscriptionProcessor.

ProcessNotification
C#
void 

ISipSubscriptionProcessor.

ProcessNotification(
	

SipMessageData 
message
)
Visual C++
private:
virtual 
void 
ProcessNotification(
	

SipMessageData^ 
message
) 
sealed = 

ISipSubscriptionProcessor::

ProcessNotification
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

message
Type: Microsoft.Rtc.Signaling . . :: . SipMessageData
The SipMessage of the NOTIFY/BENOTIFY

Implements

ISipSubscriptionProcessor . . :: . ProcessNotification(SipMessageData)

See Also