Show / Hide Table of Contents

Interface IAudioRoutingGroupCollection

The stateful audio routing group collection interface.

Inherited Members
IResourceCollection<IAudioRoutingGroupCollection, IAudioRoutingGroup, AudioRoutingGroup>.OnUpdated
IResourceCollection<IAudioRoutingGroupCollection, IAudioRoutingGroup, AudioRoutingGroup>.Item[String]
IResourceCollection<IAudioRoutingGroupCollection, IAudioRoutingGroup, AudioRoutingGroup>.TryForceRemove(String, IAudioRoutingGroup)
IResourceCollection.Client
IResourceCollection.GraphClient
IResourceCollection.GraphLogger
Microsoft.Graph.StatefulClient.IResourceCollection.TerminateAsync(TimeSpan)
Namespace: Microsoft.Graph.Calls
Assembly: Microsoft.Graph.Calls.dll
Syntax
public interface IAudioRoutingGroupCollection : IResourceCollection<IAudioRoutingGroupCollection, IAudioRoutingGroup, AudioRoutingGroup>, IResourceCollection, IDisposable, IReadOnlyCollection<IAudioRoutingGroup>

Methods

View Source

AddAsync(AudioRoutingGroup, CancellationToken)

Adds the stateful audio routing group for the given resource.

Declaration
Task<IAudioRoutingGroup> AddAsync(AudioRoutingGroup resource, CancellationToken cancellationToken = null)
Parameters
Type Name Description
AudioRoutingGroup resource

The audio routing group resource.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task<IAudioRoutingGroup>

The IAudioRoutingGroup.

  • View Source
Back to top Generated by DocFX