Share via


ITeamsOperations Interface

Definition

TeamsOperations operations.

public interface ITeamsOperations
type ITeamsOperations = interface
Public Interface ITeamsOperations
Derived

Methods

FetchChannelListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Fetches channel list for a given team.

FetchTeamDetailsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Fetches details related to a team.

Extension 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