Click or drag to resize

HubClientOperationsBaseT Constructor

Creates a new HubClientOperationsBaseT instance.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected HubClientOperationsBase(
	IHub hub,
	Action<string, UpdateType> logStatusMessageFunction = null,
	Action<Exception> logExceptionFunction = null
)
View Source

Parameters

hub  IHub
logStatusMessageFunction  ActionString, UpdateType  (Optional)
Delegate to use to log status messages, if any.
logExceptionFunction  ActionException  (Optional)
Delegate to use to log exceptions, if any.
See Also