Interface IProvisioningService
Interface for a provisioning service.
Namespace: DataWeb.Provisioning
Assembly: DataWeb.Core.dll
Syntax
public interface IProvisioningService
Properties
Name
Gets the name of the provisioning service.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetProvisioningAppAsync(CancellationToken)
Retrieves the provisioning application.
Declaration
Task<ProvisioningApp> GetProvisioningAppAsync(CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
Task<ProvisioningApp> | A task representing the asynchronous retrieval operation. |