SyncTaskBaseCallbacksSet Property |
Gets the callbacks set.
Namespace: SD.LLBLGen.Pro.ApplicationCore.SynchronizationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected Dictionary<ProgressCallBack, Object> CallbacksSet { get; }
Protected ReadOnly Property CallbacksSet As Dictionary(Of ProgressCallBack, Object)
Get
Property Value
Type:
DictionaryProgressCallBack,
ObjectSee Also