ReliableStateManagerConfiguration 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.
Configuration object used to create ReliableStateManager.
public class ReliableStateManagerConfiguration
type ReliableStateManagerConfiguration = class
Public Class ReliableStateManagerConfiguration
- Inheritance
-
ReliableStateManagerConfiguration
Constructors
ReliableStateManagerConfiguration(ReliableStateManagerReplicatorSettings, Func<Task>) |
Create a new ReliableStateManagerConfiguration. |
ReliableStateManagerConfiguration(String, String, String, Func<Task>) |
Create a new ReliableStateManagerConfiguration. |
Properties
ConfigPackageName |
Gets the name of the config package in Settings.xml from which to load replicator settings and replicator security settings. |
OnInitializeStateSerializersEvent |
Gets the delegate which will be called when custom serializers can be added. |
ReplicatorSecuritySectionName |
Gets the replicator security settings section name. |
ReplicatorSettings |
Gets or sets the replicator settings. |
ReplicatorSettingsSectionName |
Gets the replicator settings section name. |
Applies to
Azure SDK for .NET