Compartilhar via


ValidateDomainServicesTask.Execute Method

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

The method invoked to run the validation task on the targeted Web application.

Namespace:  Microsoft.ServiceModel.DomainServices.Tools
Assembly:  Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)

Syntax

'Declaration
Public Overrides Function Execute As Boolean
'Usage
Dim instance As ValidateDomainServicesTask
Dim returnValue As Boolean

returnValue = instance.Execute()
public override bool Execute()
public:
virtual bool Execute() override
abstract Execute : unit -> bool 
override Execute : unit -> bool 
public override function Execute() : boolean

Return Value

Type: System.Boolean
true if no errors occurred when validating the integrity of the DomainService for the Web application; false if errors did occur during the execution of this task.

Implements

ITask.Execute()

See Also

Reference

ValidateDomainServicesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace