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


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

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.