C# Class MainSaite.Hubs.DriverHub

Inheritance: Hub
Show file Open project: CH033dotNET/Taxi

Public Methods

Method Description
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task

Private Methods

Method Description
AssignedOrder ( OrderDTO order ) : void
ConnectUser ( int roleId, int userId ) : void
SendToOperators ( string message, string userName ) : void

Method Details

OnDisconnected() public method

public OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task
stopCalled bool
return System.Threading.Tasks.Task