ClientWorkflowServiceGetCommandSubscriptionsAsync - метод
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public Task<List<WorkflowCommandSubscriptionStorage>> GetCommandSubscriptionsAsync(
Guid processInstanceID,
string command,
CancellationToken cancellationToken = default
)
Public Function GetCommandSubscriptionsAsync (
processInstanceID As Guid,
command As String,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of List(Of WorkflowCommandSubscriptionStorage))
public:
virtual Task<List<WorkflowCommandSubscriptionStorage^>^>^ GetCommandSubscriptionsAsync(
Guid processInstanceID,
String^ command,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract GetCommandSubscriptionsAsync :
processInstanceID : Guid *
command : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<List<WorkflowCommandSubscriptionStorage>>
override GetCommandSubscriptionsAsync :
processInstanceID : Guid *
command : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<List<WorkflowCommandSubscriptionStorage>>
- processInstanceID Guid
-
- command String
-
- cancellationToken CancellationToken (Optional)
-
TaskListWorkflowCommandSubscriptionStorageIWorkflowInstanceServiceGetCommandSubscriptionsAsync(Guid, String, CancellationToken)