Show / Hide Table of Contents

    Namespace Microsoft.Graph.Communications.Client

    Classes

    CommunicationsClientBuilder

    The class the provides the builder for stateful client.

    CommunicationsClientExtensions

    Extensions for Stateful Client.

    GraphLoggerExtensions

    The graph logger extensions for the communications client.

    PagedList<T>

    An object that contains paginated list of the generic type T.

    StateManager<TResource, TEntity>

    The state manager implementation.

    Interfaces

    ICommunicationsClient

    The CommunicationsClient interface. This is the entry point of the SDK and a reference to this instance must be held for the duration of the session.

    ICommunicationsClientBuilder

    The builder object that builds the ICommunicationsClient. Use this class to setup the SDK's configuration.

    IPagedList<T>

    The paged list interface.

    IStateManager<TResource>

    The state manager interface. This object is responsible for storing the resources in memory.

    Back to top Copyright (c) Microsoft Corporation. All rights reserved.