RemotePresenceNotificationEventArgs Class

NOTE: This API is now obsolete.

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ObsoleteAttribute("This class will be removed from future versions.")> _
Public Class RemotePresenceNotificationEventArgs _
    Inherits EventArgs
'Usage
Dim instance As RemotePresenceNotificationEventArgs
[ObsoleteAttribute("This class will be removed from future versions.")]
public class RemotePresenceNotificationEventArgs : EventArgs

Remarks

This event argument is returned by the PresenceNotificationReceived event.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RemotePresenceNotificationEventArgs Members

Microsoft.Rtc.Collaboration.Presence Namespace

RemotePresence

RemotePresentityNotificationData