Search Results for

    Show / Hide Table of Contents

    Class EventService

    Inheritance
    System.Object
    EventService
    Implements
    IEventService
    Namespace: DirectScale.Disco.Extension.Services
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class EventService : Object, IEventService

    Constructors

    EventService(IApiService)

    Declaration
    public EventService(IApiService apiService)
    Parameters
    Type Name Description
    IApiService apiService

    Methods

    PostEvent(String, Object)

    Declaration
    public Task PostEvent(string eventId, object eventData)
    Parameters
    Type Name Description
    System.String eventId
    System.Object eventData
    Returns
    Type Description
    System.Threading.Tasks.Task

    Implements

    IEventService
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX