C# Class NLog.SignalR.SignalRTargetHub

Inheritance: SignalR.Hubs.Hub
Mostrar archivo Open project: cbley/NLog.SignalR

Public Methods

Method Description
Listen ( ) : void
Send ( String message, LogEventInfo logEventInfo ) : void
SignalRTargetHub ( ) : System

Method Details

Listen() public method

public Listen ( ) : void
return void

Send() public method

public Send ( String message, LogEventInfo logEventInfo ) : void
message String
logEventInfo LogEventInfo
return void

SignalRTargetHub() public method

public SignalRTargetHub ( ) : System
return System