Compartilhar via


CleanRiaClientFilesTask.ExecuteInternal 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.]

Deletes the client and the code generation metafiles generated by the CreateRiaClientFilesTask class.

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

Syntax

'Declaration
Protected Overrides Function ExecuteInternal As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.ExecuteInternal()
protected override bool ExecuteInternal()
protected:
virtual bool ExecuteInternal() override
abstract ExecuteInternal : unit -> bool 
override ExecuteInternal : unit -> bool 
protected override function ExecuteInternal() : boolean

Return Value

Type: System.Boolean
true if the task of deleting the client files has been successfully completed; otherwise, false.

Remarks

This method is used by the WCF RIA Services infrastructure and is not expectedly to be called by developers.

See Also

Reference

CleanRiaClientFilesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace