Search Results for

    Show / Hide Table of Contents

    Interface ITableMonitorService

    Monitor interface definition

    Namespace: Simplic.TableMonitor
    Assembly: Simplic.TableMonitor.dll
    Syntax
    public interface ITableMonitorService : ITableMonitorRepository

    Methods

    | Improve this Doc View Source

    Process(TableMonitorData)

    Process data

    Declaration
    void Process(TableMonitorData data)
    Parameters
    Type Name Description
    TableMonitorData data

    Data to process

    Events

    | Improve this Doc View Source

    DataAdded

    Data added handler

    Declaration
    event DataChangedEventHandler DataAdded
    Event Type
    Type Description
    DataChangedEventHandler
    | Improve this Doc View Source

    DataChanged

    Data changed handler

    Declaration
    event DataChangedEventHandler DataChanged
    Event Type
    Type Description
    DataChangedEventHandler
    | Improve this Doc View Source

    DataRemoved

    Data removed handler

    Declaration
    event DataChangedEventHandler DataRemoved
    Event Type
    Type Description
    DataChangedEventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx