Compartilhar via


RiaClientFilesTask.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.]

Implementation for the Execute() method, called from this base class.

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

Syntax

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

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

Return Value

Type: System.Boolean
true if executed successfully; otherwise, false, which indicates that warnings or errors have been logged.

See Also

Reference

RiaClientFilesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace