Interface IAudioRoutingGroupCollection
The stateful audio routing group collection interface.
Inherited Members
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 SourceAddAsync(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. |