Search Results for

    Show / Hide Table of Contents
    View Source

    Class ServerEventHub

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ServerEvents
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ServerEventHub : Hub<IServerEventHub>

    Constructors

    View Source

    ServerEventHub(IUserConnectionManager, IServerEventUserManager)

    Declaration
    public ServerEventHub(IUserConnectionManager userConnectionManager, IServerEventUserManager serverEventUserManager)
    Parameters
    Type Name Description
    IUserConnectionManager userConnectionManager
    IServerEventUserManager serverEventUserManager

    Methods

    View Source

    OnConnectedAsync()

    Declaration
    public override async Task OnConnectedAsync()
    Returns
    Type Description
    Task
    View Source

    OnDisconnectedAsync(Nullable<Exception>)

    Declaration
    public override Task OnDisconnectedAsync(Exception? exception)
    Parameters
    Type Name Description
    System.Nullable<Exception> exception
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ServerEventHub(IUserConnectionManager, IServerEventUserManager)
    • Methods
      • OnConnectedAsync()
      • OnDisconnectedAsync(Nullable<Exception>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX