Click or drag to resize

SharedHub(Action<String, UpdateType> , Action<Exception> ) Constructor

Creates a new SharedHub with the specified logging functions.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.244-beta
Syntax
public SharedHub(
	Action<string, UpdateType> logStatusMessageFunction,
	Action<Exception> logExceptionFunction
)
View Source

Parameters

logStatusMessageFunction  Action<String, UpdateType>
Delegate to use to log status messages, if any.
logExceptionFunction  Action<Exception>
Delegate to use to log exceptions, if any.
See Also