Jaa


TeamsInfo.SendMessageToAllUsersInTenantAsync Method

Definition

Sends a message to all the users in a tenant.

public static System.Threading.Tasks.Task<string> SendMessageToAllUsersInTenantAsync (Microsoft.Bot.Builder.ITurnContext turnContext, Microsoft.Bot.Schema.IActivity activity, string tenantId, System.Threading.CancellationToken cancellationToken = default);
static member SendMessageToAllUsersInTenantAsync : Microsoft.Bot.Builder.ITurnContext * Microsoft.Bot.Schema.IActivity * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Shared Function SendMessageToAllUsersInTenantAsync (turnContext As ITurnContext, activity As IActivity, tenantId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parameters

turnContext
ITurnContext

The turn context.

activity
IActivity

The activity to send to the tenant.

tenantId
String

The tenant ID.

cancellationToken
CancellationToken

The cancellation token.

Returns

The operation Id.

Applies to