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
IEventAggregatorThe Prism.Events.IEventAggregator instance.
message
stringAn optional message to provide additional information about the busy state.