RiaClientFilesTask.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.]
Implements the normal tasks execution entry point method used by the product infrastructure.
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 RiaClientFilesTask
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 executed successfully; otherwise, false, which indicates that warnings or errors have been logged.
Implements
Remarks
Developers are not expected to call this class.