Click or drag to resize
RealTimeStateMachineConfig Class
Config class which contains the configuration for the RealTimeWorkController.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.ParallelizationRealTimeStateMachineConfig

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Parallelization
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class RealTimeStateMachineConfig

The RealTimeStateMachineConfig type exposes the following members.

Constructors
  NameDescription
Public methodRealTimeStateMachineConfig
Initializes a new instance of the RealTimeStateMachineConfig class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDispatchQueueTypeForWorkId
Gets the dispatch queue type for work identifier. If not found, Unknown is returned.
Public methodGetFollowUpWorkIds
Gets the follow-up work ids for the source-eventtype pair specified
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNumberOfAllowedInFlightWorkForWorkId
Gets the number of allowed in flight work tasks for the workid specified
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWorkFuncForWorkId
Gets the work function for the work identifier specified, or null if not found.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetMaxAllowedInFlightWorkPerWorkId
Sets the maximum allowed in flight work tasks per work identifier.
Public methodSetWorkFuncForWorkId
Sets the work function to execute for the work identifier specified. It will be scheduled on the queue with the specified queuetype.
Public methodSpecifyFollowUpWorkIdForSourceEventTypePair
Specifies a follow-up workID for a workid (source) - eventtype pair
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also