StateClient Class

Definition

Caution

The StateAPI is being deprecated. Please refer to https://aka.ms/yr235k for details on how to replace with your own storage.

[System.Obsolete("The StateAPI is being deprecated.  Please refer to https://aka.ms/yr235k for details on how to replace with your own storage.", false)]
public class StateClient : Microsoft.Rest.ServiceClient<Microsoft.Bot.Connector.StateClient>, IDisposable, Microsoft.Bot.Connector.IStateClient
[<System.Obsolete("The StateAPI is being deprecated.  Please refer to https://aka.ms/yr235k for details on how to replace with your own storage.", false)>]
type StateClient = class
    inherit ServiceClient<StateClient>
    interface IStateClient
    interface IDisposable
Public Class StateClient
Inherits ServiceClient(Of StateClient)
Implements IDisposable, IStateClient
Inheritance
Microsoft.Rest.ServiceClient<StateClient>
StateClient
Attributes
Implements

Applies to