HashTreeBinderUpdateBinded(WorkflowStorageBase, String, Object, Object) - метод
Пространство имён: Tessa.Workflow.StorageСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public void UpdateBinded(
WorkflowStorageBase storageObject,
string[] hashPath,
Object value,
Object updateCaller = null
)
Public Sub UpdateBinded (
storageObject As WorkflowStorageBase,
hashPath As String(),
value As Object,
Optional updateCaller As Object = Nothing
)
public:
void UpdateBinded(
WorkflowStorageBase^ storageObject,
array<String^>^ hashPath,
Object^ value,
Object^ updateCaller = nullptr
)
member UpdateBinded :
storageObject : WorkflowStorageBase *
hashPath : string[] *
value : Object *
?updateCaller : Object
(* Defaults:
let _updateCaller = defaultArg updateCaller null
*)
-> unit
Параметры
- storageObject WorkflowStorageBase
-
- hashPath String
-
- value Object
-
- updateCaller Object (Optional)
-