GatewayCountChangedEventArgs(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the GatewayCountChangedEventArgs class.
public GatewayCountChangedEventArgs (int currentNumberOfConnectedGateways, int previousNumberOfConnectedGateways);
new Orleans.GatewayCountChangedEventArgs : int * int -> Orleans.GatewayCountChangedEventArgs
Public Sub New (currentNumberOfConnectedGateways As Integer, previousNumberOfConnectedGateways As Integer)
Parameters
- currentNumberOfConnectedGateways
- Int32
The current number of connected gateways.
- previousNumberOfConnectedGateways
- Int32
The previous number of connected gateways.