Class CollectionNotificationEventArgs
The collection notification event args.
Inherited Members
Namespace: Microsoft.Graph.Communications.Core.Notifications
Assembly: Microsoft.Graph.Communications.Core.dll
Syntax
public class CollectionNotificationEventArgs : NotificationEventArgs
Constructors
CollectionNotificationEventArgs(Uri, CommsNotification, ChangeType, IReadOnlyList<Object>)
Initializes a new instance of the CollectionNotificationEventArgs class.
Declaration
public CollectionNotificationEventArgs(Uri callbackUri, CommsNotification notification, ChangeType changeType, IReadOnlyList<object> resourceData)
Parameters
Type | Name | Description |
---|---|---|
Uri | callbackUri | The callback URI. |
CommsNotification | notification | The notification. |
ChangeType | changeType | Type of the change. |
IReadOnlyList<Object> | resourceData | The resource data. |
Properties
ResourceData
Gets the resource data object list.
Declaration
public IReadOnlyList<object> ResourceData { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<Object> | The resource data object list. |