C# Class GoogleCloudSamples.Hubs.LogHub

A SignalR Hub that wraps LogTicker.
Inheritance: Microsoft.AspNet.SignalR.Hub
显示文件 Open project: GoogleCloudPlatform/getting-started-dotnet

Public Methods

Method Description
GetLastMessage ( ) : string

Get the most recent message written to the log.

Method Details

GetLastMessage() public method

Get the most recent message written to the log.
public GetLastMessage ( ) : string
return string