Class ConfigurationEventArgs
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
Event args for ConfigurationEvent event
public class ConfigurationEventArgs : EventArgs
- Inheritance
-
ConfigurationEventArgs
- Inherited Members
Properties
ChannelName
The configuration key
public string ChannelName { get; }
Property Value
Key
The configuration key
public string Key { get; }
Property Value
Value
The value received, update it to send back the new value
public string Value { get; set; }