NotificationItem<T> Class
Represents the notification for an item.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.Presence.NotificationItem<T>
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class NotificationItem(Of T)
'Usage
Dim instance As NotificationItem(Of T)
public class NotificationItem<T>
Type Parameters
- T
The type of the item that is in the notification.
Remarks
The class also indicates the operation that is relevant for the item.
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.