Show / Hide Table of Contents

    Class CollectionNotificationEventArgs

    The collection notification event args.

    Inheritance
    Object
    NotificationEventArgs
    CollectionNotificationEventArgs
    Inherited Members
    NotificationEventArgs.NotificationId
    NotificationEventArgs.CallbackUri
    NotificationEventArgs.Notification
    NotificationEventArgs.TenantId
    NotificationEventArgs.RequestId
    NotificationEventArgs.ScenarioId
    NotificationEventArgs.ChangeType
    NotificationEventArgs.AdditionalData
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    See Also

    NotificationEventArgs
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.