C# Class NLog.SignalR.SignalRTargetHub

Inheritance: SignalR.Hubs.Hub
Afficher le fichier Open project: cbley/NLog.SignalR

Méthodes publiques

Méthode Description
Listen ( ) : void
Send ( String message, LogEventInfo logEventInfo ) : void
SignalRTargetHub ( ) : System

Method Details

Listen() public méthode

public Listen ( ) : void
Résultat void

Send() public méthode

public Send ( String message, LogEventInfo logEventInfo ) : void
message String
logEventInfo LogEventInfo
Résultat void

SignalRTargetHub() public méthode

public SignalRTargetHub ( ) : System
Résultat System