Skip to content

Commit 1530655

Browse files
authored
Update src/OrchardCore/OrchardCore.Setup.Abstractions/Events/ISetupEventHandler.cs
1 parent ed1fd93 commit 1530655

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/OrchardCore/OrchardCore.Setup.Abstractions/Events/ISetupEventHandler.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ namespace OrchardCore.Setup.Events;
66
/// Defines methods for handling setup events, including performing setup operations and marking their success or
77
/// failure.
88
/// </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>
149
public interface ISetupEventHandler
1510
{
1611
/// <summary>

0 commit comments

Comments
 (0)