EntityModelBuildProvider.GetResultFlags(CompilerResults) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating actions required when a entity 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.BuildProviderResultFlagsPublic Overrides Function GetResultFlags (results As CompilerResults) As BuildProviderResultFlagsParameters
- results
- CompilerResults
The compilation results for the build provider.
Returns
The ShutdownAppDomainOnChange value, which indicates that the containing AppDomain will be unloaded and restarted.