Search Results for

    Show / Hide Table of Contents

    Interface INotificationService

    Namespace: i5.Toolkit.Core.Experimental.NotificationSystem
    Assembly: cs.temp.dll.dll
    Syntax
    public interface INotificationService

    Methods

    PostNotification(INotificationMessage)

    Declaration
    void PostNotification(INotificationMessage message)
    Parameters
    Type Name Description
    INotificationMessage message

    PostNotification(string)

    Declaration
    void PostNotification(string message)
    Parameters
    Type Name Description
    string message

    Events

    NotificationPosted

    Declaration
    event EventHandler<INotificationMessage> NotificationPosted
    Event Type
    Type Description
    EventHandler<INotificationMessage>
    In this article
    Back to top i5 Toolkit Documentation