Search Results for

    Show / Hide Table of Contents

    Class NotificationService

    Inheritance
    object
    NotificationService
    Implements
    INotificationService
    Namespace: i5.Toolkit.Core.Experimental.NotificationSystem
    Assembly: cs.temp.dll.dll
    Syntax
    public class NotificationService : INotificationService

    Constructors

    NotificationService()

    Declaration
    public NotificationService()

    Methods

    Cleanup()

    Declaration
    public void Cleanup()

    Initialize(IServiceManager)

    Declaration
    public void Initialize(IServiceManager owner)
    Parameters
    Type Name Description
    IServiceManager owner

    PostNotification(INotificationMessage)

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

    PostNotification(string)

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

    Events

    NotificationPosted

    Declaration
    public event EventHandler<INotificationMessage> NotificationPosted
    Event Type
    Type Description
    EventHandler<INotificationMessage>

    Implements

    INotificationService
    In this article
    Back to top i5 Toolkit Documentation