C# Класс Microsoft.Azure.Devices.Routing.Core.Endpoints.StateMachine.StateCommandPair

Stores current state and command to be used as a key in the state transition table.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StateCommandPair ( State state, CommandType command ) : System
ToString ( ) : string
operator ( ) : bool

Описание методов

Equals() публичный Метод

public Equals ( other ) : bool
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

StateCommandPair() публичный Метод

public StateCommandPair ( State state, CommandType command ) : System
state State
command CommandType
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool