Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
|
Public Member Functions | |
T | TenantIds (IList< string > tenantIds) |
Specifies the tenants that may own any entities (e.g. process definition, process instances, etc.) resulting from this command. | |
T | TenantIds (params string[] tenantIds) |
Specifies the tenants that may own any entities (e.g. process definition, process instances, etc.) resulting from this command. | |
T Zeebe.Client.Api.Commands.ITenantIdsCommandStep< out T >.TenantIds | ( | IList< string > | tenantIds | ) |
Specifies the tenants that may own any entities (e.g. process definition, process instances, etc.) resulting from this command.
This can be useful when requesting jobs for multiple tenants at once. Each of the activated jobs will be owned by the tenant that owns the corresponding process instance.
tenantIds | the identifiers of the tenants to specify for this command, e.g. ["ACME", "OTHER"] |
T Zeebe.Client.Api.Commands.ITenantIdsCommandStep< out T >.TenantIds | ( | params string[] | tenantIds | ) |
Specifies the tenants that may own any entities (e.g. process definition, process instances, etc.) resulting from this command.
This can be useful when requesting jobs for multiple tenants at once. Each of the activated jobs will be owned by the tenant that owns the corresponding process instance.
tenantIds | the identifiers of the tenants to specify for this command, e.g. ["ACME", "OTHER"] |