Spread for ASP.NET 11 Product Documentation
ParallelOptions Enumeration
Example Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ParallelOptions Enumeration
Specifies which areas to execute in parallel.
Syntax
'Declaration
 
Public Enum ParallelOptions 
   Inherits System.Enum
'Usage
 
Dim instance As ParallelOptions
public enum ParallelOptions : System.Enum 
Members
MemberDescription
AllSpecifies to enable parallel when possible.
FilteringSpecifies to filter in parallel.
NoneSpecifies that parallel execution is disabled.
RenderingSpecifies to render Spread in parallel.
ViewStateSpecifies to save and load the view state in parallel.
Example
This example uses the ParallelOptions enumeration.
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering;
FpSpread1.Parallel = FarPoint.Web.Spread.ParallelOptions.Filtering
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.ParallelOptions

See Also

Reference

FarPoint.Web.Spread Namespace