Member Junction
    Preparing search index...

    Read-only view of the runtime's adapter slots, as seen by sub-components.

    interface IConversationsRuntimeContext {
        Notification: INotificationAdapter;
        Tasks: IActiveTaskTracker;
    }

    Implemented by

    Index

    Properties

    Properties

    Notification: INotificationAdapter

    Currently registered notification adapter (or the console default).

    Currently registered active-task tracker (or the no-op default).