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.
Afficher le fichier Open project: avranju/iotedge-k8s Class Usage Examples

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( other ) : bool
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StateCommandPair() public méthode

public StateCommandPair ( State state, CommandType command ) : System
state State
command CommandType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool