Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Commands.ITenantIdsCommandStep< out T > Interface Template Reference

Public Member Functions

TenantIds (IList< string > tenantIds)
 Specifies the tenants that may own any entities (e.g. process definition, process instances, etc.) resulting from this command. More...
 
TenantIds (params string[] tenantIds)
 Specifies the tenants that may own any entities (e.g. process definition, process instances, etc.) resulting from this command. More...
 

Member Function Documentation

◆ TenantIds() [1/2]

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.

Parameters
tenantIdsthe identifiers of the tenants to specify for this command, e.g. ["ACME", "OTHER"]
Returns
The builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.

◆ TenantIds() [2/2]

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.

Parameters
tenantIdsthe identifiers of the tenants to specify for this command, e.g. ["ACME", "OTHER"]
Returns
The builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.

The documentation for this interface was generated from the following file: