C# Class Animatroller.ExpanderCommunication.SignalRHub

Inheritance: Hub
Show file Open project: HakanL/animatroller

Private Properties

Property Type Description

Public Methods

Method 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 method

public HandleMessage ( string messageType, byte data ) : void
messageType string
data byte
return void

OnConnected() public method

public OnConnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnReconnected() public method

public OnReconnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SignalRHub() public method

public SignalRHub ( SignalRServer parent, Logger log ) : System
parent SignalRServer
log Logger
return System