Click or drag to resize

ThreadingProfile Class

Threading profile.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.utilThreadingProfile

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class ThreadingProfile : Enum

The ThreadingProfile type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLARGE
Large for use with 100 threads or more. Please see the documentation for more information.
Public fieldStatic memberNORMAL
For use with 100 threads or less.
Public fieldvalue__
Top
See Also