C# Class Microsoft.Azure.Devices.Routing.Core.Endpoints.StateMachine.StateCommandPair

Stores current state and command to be used as a key in the state transition table.
Datei anzeigen Open project: avranju/iotedge-k8s Class Usage Examples

Public Methods

Method Description
Equals ( other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StateCommandPair ( State state, CommandType command ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( other ) : bool
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StateCommandPair() public method

public StateCommandPair ( State state, CommandType command ) : System
state State
command CommandType
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool