ProactiveOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides configuration options for proactive features, including storage settings.
public class ProactiveOptions
type ProactiveOptions = class
Public Class ProactiveOptions
- Inheritance
-
ProactiveOptions
Constructors
| Name | Description |
|---|---|
| ProactiveOptions(IStorage, IConfiguration, String) |
Initializes a new instance of the ProactiveOptions class using the specified storage and optional configuration settings. |
Properties
| Name | Description |
|---|---|
| FailOnUnsignedInConnections |
Gets or sets a value indicating whether to fail ContinueConversation when any in the list of token handlers is not signed in. |
| Storage |
Gets or sets the storage provider used for data persistence operations. |