Class MultiplePrimaryEventArgs
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
Event args for MultiplePrimaryEvent event
public class MultiplePrimaryEventArgs : EventArgs
- Inheritance
-
MultiplePrimaryEventArgs
- Inherited Members
Properties
MyServerId
My server id
public long MyServerId { get; }
Property Value
OtherServerId
The id of the other server in primary state
public long OtherServerId { get; }