TeamsOperationsExtensions Class

Definition

Extension methods for TeamsOperations.

public static class TeamsOperationsExtensions
type TeamsOperationsExtensions = class
Public Module TeamsOperationsExtensions
Inheritance
TeamsOperationsExtensions

Methods

FetchChannelListAsync(ITeamsOperations, String, CancellationToken)

Fetches channel list for a given team.

FetchMeetingInfoAsync(ITeamsOperations, String, CancellationToken)

Fetches information related to a Teams meeting.

FetchParticipantAsync(ITeamsOperations, String, String, String, CancellationToken)

Fetches participant details related to a Teams meeting.

FetchTeamDetailsAsync(ITeamsOperations, String, CancellationToken)

Fetches details related to a team.

Applies to