We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1fd93 commit 1530655Copy full SHA for 1530655
src/OrchardCore/OrchardCore.Setup.Abstractions/Events/ISetupEventHandler.cs
@@ -6,11 +6,6 @@ namespace OrchardCore.Setup.Events;
6
/// Defines methods for handling setup events, including performing setup operations and marking their success or
7
/// failure.
8
/// </summary>
9
-/// <remarks>Implement this interface to provide custom logic for setup processes that require asynchronous
10
-/// handling of configuration, initialization, or error reporting. Methods are designed to be called during the setup
11
-/// lifecycle to signal progress or outcome. Implementations should ensure thread safety if setup events may be
12
-/// triggered concurrently.
13
-/// </remarks>
14
public interface ISetupEventHandler
15
{
16
/// <summary>
0 commit comments