KneeSurgery
Loading...
Searching...
No Matches
KneeSurgery.Interfaces.IBootstrapService Interface Reference

Service for managing bootstrap operations and application initialization. Provides functionality to extract and prepare necessary application components. More...

Public Member Functions

Task<(bool, string)> ExtractAsync ()
 Extracts the required files and components for application initialization asynchronously. This operation prepares the application environment by extracting necessary resources.

Detailed Description

Service for managing bootstrap operations and application initialization. Provides functionality to extract and prepare necessary application components.

Member Function Documentation

◆ ExtractAsync()

Task<(bool, string)> KneeSurgery.Interfaces.IBootstrapService.ExtractAsync ( )

Extracts the required files and components for application initialization asynchronously. This operation prepares the application environment by extracting necessary resources.

Returns
A tuple containing:
  • bool: true if extraction succeeded, false if an error occurred
  • string: result message or error message of the extraction operation

The documentation for this interface was generated from the following file:
  • src/KneeSurgery/Interfaces/IBootstrapService.cs