Click or drag to resize

UnInstallConfigurationSectionTask.VerifyState Method

Verify the task against configuration

Namespace:  SanteDB.Core.Configuration.Features
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public bool VerifyState(
	SanteDBConfiguration configuration
)

Parameters

configuration
Type: SanteDB.Core.Configuration.SanteDBConfiguration
The configuration against which the task is to be validated

Return Value

Type: Boolean
True if the task state is valid and can run

Implements

IConfigurationTask.VerifyState(SanteDBConfiguration)
See Also