C# Class Animatroller.ExpanderCommunication.SignalRHub

Inheritance: Hub
Afficher le fichier Open project: HakanL/animatroller

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HandleMessage ( string messageType, byte data ) : void
OnConnected ( ) : System.Threading.Tasks.Task
OnReconnected ( ) : System.Threading.Tasks.Task
SignalRHub ( SignalRServer parent, Logger log ) : System

Method Details

HandleMessage() public méthode

public HandleMessage ( string messageType, byte data ) : void
messageType string
data byte
Résultat void

OnConnected() public méthode

public OnConnected ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnReconnected() public méthode

public OnReconnected ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SignalRHub() public méthode

public SignalRHub ( SignalRServer parent, Logger log ) : System
parent SignalRServer
log Logger
Résultat System