Share via


TeamsOperationsExtensions.SendMessageToAllUsersInTenantAsync Method

Definition

Sends a message to all the users in a tenant.

public static System.Threading.Tasks.Task<string> SendMessageToAllUsersInTenantAsync (this Microsoft.Bot.Connector.Teams.ITeamsOperations operations, Microsoft.Bot.Schema.IActivity activity, string tenantId, System.Threading.CancellationToken cancellationToken = default);
static member SendMessageToAllUsersInTenantAsync : Microsoft.Bot.Connector.Teams.ITeamsOperations * Microsoft.Bot.Schema.IActivity * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function SendMessageToAllUsersInTenantAsync (operations As ITeamsOperations, activity As IActivity, tenantId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parameters

operations
ITeamsOperations

The operations group for this extension method.

activity
IActivity

The activity to send.

tenantId
String

The tenant ID.

cancellationToken
CancellationToken

The cancellation token.

Returns

The operation Id.

Applies to