XmlPrimeTask.Process MethodXmlPrimeTask.Process MethodXmlPrimeTask::Process Method

Called by the ExecuteExecuteExecute method to perform the processing.

Syntax

Protected MustOverride Function Process() As Boolean
protected abstract bool Process()
protected:
virtual bool Process() abstract
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

Returns trueTruetrue if the task successfully executed; otherwise, falseFalsefalse.