Class ConfigurationLockSource
Signals to associated instances of LockToken that an object's configuration is locked.
Inherited Members
Namespace: EmbedIO.Utilities
Syntax
public class ConfigurationLockSource : LockTokenSource
Constructors
ConfigurationLockSource(String)
Initializes a new instance of the ConfigurationLockSource class.
The "The configuration of {ownerDescription} is locked and cannot be further changed."
.
Declaration
public ConfigurationLockSource(string ownerDescription)
Parameters
Type | Name | Description |
---|---|---|
String | ownerDescription | A brief description of the object owning the configuration. |
ConfigurationLockSource(Type)
Initializes a new instance of the ConfigurationLockSource class.
The
Declaration
public ConfigurationLockSource(Type ownerType)
Parameters
Type | Name | Description |
---|---|---|
Type | ownerType | The type of the object owning the configuration. |