Skip to content

Commit

Permalink
docs: enhnace method doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa authored Feb 1, 2024
1 parent f759a0d commit 42f4cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Api/Commands/ITenantIdsCommandStep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface ITenantIdsCommandStep<out T>
///
/// 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.
/// <param name="tenantIds">the tenant to associate to this resource.</param>
/// <param name="tenantIds">the identifiers of the tenants to specify for this command, e.g. ["ACME", "OTHER"]</param>
/// <returns>The builder for this command. Call <see cref="IFinalCommandStep{T}.Send"/> to complete the command and send it
/// to the broker.</returns>
T TenantIds(IList<string> tenantIds);
Expand Down

0 comments on commit 42f4cd7

Please sign in to comment.