Interface ICallCollection
The stateful call collection interface.
Inherited Members
Microsoft.Graph.StatefulClient.IResourceCollection.TerminateAsync(TimeSpan)
Namespace: Microsoft.Graph.Calls
Assembly: Microsoft.Graph.Calls.dll
Syntax
public interface ICallCollection : IResourceCollection<ICallCollection, ICall, Call>, IResourceCollection, IDisposable, IReadOnlyCollection<ICall>
Methods
View SourceAddAsync(Call, CancellationToken)
The add async.
Declaration
Task<ICall> AddAsync(Call resource, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
Call | resource | The call resource. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task<ICall> | The ICall. |
Events
View SourceOnIncoming
The incoming call event.
Declaration
event CollectionEventHandler<ICallCollection, ICall> OnIncoming
Event Type
Type | Description |
---|---|
CollectionEventHandler<ICallCollection, ICall> |