[This is preliminary documentation and is subject to change.]
Associates a task with the
Namespace:
Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public void RegisterCalledTask<taskType>( CachedTask<taskType> cachedTaskBase ) where taskType : class |
Visual Basic (Declaration) |
---|
Public Sub RegisterCalledTask(Of taskType As Class) ( _ cachedTaskBase As CachedTask(Of taskType) _ ) |
Visual C++ |
---|
public: generic<typename taskType> where taskType : ref class void RegisterCalledTask( CachedTask<taskType>^ cachedTaskBase ) |
Parameters
- cachedTaskBase
- Type: Firefly.Box.Flow..::.CachedTask<(Of <(taskType>)>)
the associated task
Type Parameters
- taskType
- The type of the associated task
Remarks
Used mainly in master detail scenarios. See CachedTask<(Of <(taskClass>)>)