Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ParallelOptions Enumeration
Example Example


In This Topic
    ParallelOptions Enumeration
    In This Topic
    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.
    Inheritance Hierarchy

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

    See Also