Class DifferentProtocolVersionEventArgs
The event data that provides a value when Libplanet.Net.NetMQTransport.DifferentVersionPeerEncountered is occurred.
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class DifferentProtocolVersionEventArgs : object
Properties
| Improve this Doc View SourceActualVersion
Declaration
public int ActualVersion { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ExpectedVersion
The protocol version of the current Swarm<T>.
Declaration
public int ExpectedVersion { get; set; }
Property Value
Type | Description |
---|---|
Int32 |