Spread for ASP.NET 12 Product Documentation
ParallelOptions Enumeration


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.
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace