Search Results for

    Show / Hide Table of Contents
    View Source

    Class EventSourceAuthorizerCollection

    Represents a collection of IEventSourceAuthorizer instances.

    Inheritance
    object
    BuilderCollectionBase<IEventSourceAuthorizer>
    Namespace: Umbraco.Cms.Core.ServerEvents
    Assembly: Umbraco.Core.dll
    Syntax
    public class EventSourceAuthorizerCollection : BuilderCollectionBase<IEventSourceAuthorizer>, IBuilderCollection<IEventSourceAuthorizer>
    Remarks

    This collection contains all registered event source authorizers that determine whether users have permission to subscribe to specific server-sent event sources.

    Constructors

    View Source

    EventSourceAuthorizerCollection(Func<IEnumerable<IEventSourceAuthorizer>>)

    Initializes a new instance of the EventSourceAuthorizerCollection class.

    Declaration
    public EventSourceAuthorizerCollection(Func<IEnumerable<IEventSourceAuthorizer>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IEventSourceAuthorizer>> items

    A factory function that provides the event source authorizers.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX