Class StatefulClientExtensions
Extensions for stateful client.
Inheritance
System.Object
StatefulClientExtensions
Namespace: Microsoft.Graph.Calls
Assembly: Microsoft.Graph.Calls.dll
Syntax
public static class StatefulClientExtensions : object
Methods
View SourceCalls(IStatefulClient)
Gets the call collection.
Declaration
public static ICallCollection Calls(this IStatefulClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| IStatefulClient | client | The client. |
Returns
| Type | Description |
|---|---|
| ICallCollection | c |