Click or drag to resize

HubClientBaseLogStatusMessageFunction Property

Gets or sets delegate to use to log status messages.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Action<string, UpdateType> LogStatusMessageFunction { get; set; }
View Source

Property Value

ActionString, UpdateType

Implements

IHubClientLogStatusMessageFunction
See Also