WorkItemBase Constructor (Boolean) |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.WorkBroker
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax protected WorkItemBase(
bool isSingleton
)
Protected Sub New (
isSingleton As Boolean
)
Parameters
- isSingleton
- Type: SystemBoolean
if set to true [is singleton].
See Also