Class FromIndexIdProvider
public class FromIndexIdProvider : IIdProvider
- Inheritance
-
FromIndexIdProvider
- Implements
- Inherited Members
Constructors
FromIndexIdProvider(int, int)
public FromIndexIdProvider(int exchangeIdStart, int connectionIdStart)
Parameters
Methods
NextConnectionId()
public int NextConnectionId()
Returns
NextExchangeId()
public int NextExchangeId()
Returns
SetNextConnectionId(int)
Set next exchange id to this value
public void SetNextConnectionId(int value)
Parameters
value
int
SetNextExchangeId(int)
Set next exchange id to this value
public void SetNextExchangeId(int value)
Parameters
value
int