Class CommunicationsClientExtensions
Extensions for stateful client.
Inherited Members
Namespace: Microsoft.Graph.Communications.Calls
Assembly: Microsoft.Graph.Communications.Calls.dll
Syntax
public static class CommunicationsClientExtensions
Methods
Calls(ICommunicationsClient, Boolean)
Gets the call collection. This is the main entry point for the calling SDK. The return value of this function can be cached by the clients as required.
Declaration
public static ICallCollection Calls(this ICommunicationsClient client, bool maintainState = true)
Parameters
| Type | Name | Description |
|---|---|---|
| ICommunicationsClient | client | The stateful client. |
| Boolean | maintainState | If set to |
Returns
| Type | Description |
|---|---|
| ICallCollection | The root singleton ICallCollection node. Multiple invocations of this method will return the same ICallCollection. |