C# Class NZBDash.UI.Hubs.LogsHub

Inheritance: BaseHub
Mostrar archivo Open project: NZBDash/NZBDash

Public Properties

Property Type Description
LogLines List

Public Methods

Method Description
GetLogs ( ) : void
LogsHub ( ) : System.Collections.Generic
UpdateLogs ( ) : void

Method Details

GetLogs() public method

public GetLogs ( ) : void
return void

LogsHub() public method

public LogsHub ( ) : System.Collections.Generic
return System.Collections.Generic

UpdateLogs() public method

public UpdateLogs ( ) : void
return void

Property Details

LogLines public_oe static_oe property

public static List LogLines
return List