Table of Contents

Method PublishIsBusyEvent

Namespace
Innova.Prism.Infrastructure.Events
Assembly
Innova.Prism.Infrastructure.dll

PublishIsBusyEvent(IEventAggregator, string)

Publishes an event indicating that the application is busy.

public static void PublishIsBusyEvent(this IEventAggregator eventAggregator, string message = null)

Parameters

eventAggregator IEventAggregator

The Prism.Events.IEventAggregator instance.

message string

An optional message to provide additional information about the busy state.