Represents presence notifications from targets whose presence has been subscribed to.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
RemotePresenceNotificationEventArgs
_
	
Inherits 
EventArgs
C#
public 
class 
RemotePresenceNotificationEventArgs
: 
EventArgs
Visual C++
public 
ref class 
RemotePresenceNotificationEventArgs
: 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.Presence.RemotePresenceNotificationEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.Presence.RemotePresenceNotificationEventArgs',
	
EventArgs);

Remarks

This event argument is returned by the PresenceNotificationReceivedevent.

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration.Presence . . :: . RemotePresenceNotificationEventArgs

See Also