RealTimeStateMachineConfig Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Parallelization
The RealTimeStateMachineConfig type exposes the following members.
Name | Description | |
---|---|---|
RealTimeStateMachineConfig |
Initializes a new instance of the RealTimeStateMachineConfig class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDispatchQueueTypeForWorkId |
Gets the dispatch queue type for work identifier. If not found, Unknown is returned.
| |
GetFollowUpWorkIds |
Gets the follow-up work ids for the source-eventtype pair specified
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNumberOfAllowedInFlightWorkForWorkId |
Gets the number of allowed in flight work tasks for the workid specified
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWorkFuncForWorkId |
Gets the work function for the work identifier specified, or null if not found.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetMaxAllowedInFlightWorkPerWorkId |
Sets the maximum allowed in flight work tasks per work identifier.
| |
SetWorkFuncForWorkId |
Sets the work function to execute for the work identifier specified. It will be scheduled on the queue with the specified queuetype.
| |
SpecifyFollowUpWorkIdForSourceEventTypePair |
Specifies a follow-up workID for a workid (source) - eventtype pair
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |