MappingModelBuildProvider.GetResultFlags(CompilerResults) Method

Definition

Returns a value indicating actions required when a storage model build provider is built.

public:
 override System::Web::Compilation::BuildProviderResultFlags GetResultFlags(System::CodeDom::Compiler::CompilerResults ^ results);
public override System.Web.Compilation.BuildProviderResultFlags GetResultFlags (System.CodeDom.Compiler.CompilerResults results);
override this.GetResultFlags : System.CodeDom.Compiler.CompilerResults -> System.Web.Compilation.BuildProviderResultFlags
Public Overrides Function GetResultFlags (results As CompilerResults) As BuildProviderResultFlags

Parameters

results
CompilerResults

The compilation results for the build provider.

Returns

The ShutdownAppDomainOnChange value, which indicates that the containing AppDomain will be unloaded and restarted.

Applies to