Show / Hide Table of Contents

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 Source

Calls(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

  • View Source
Back to top Generated by DocFX