Click or drag to resize

RecordOperationsHubT(String, ActionString, UpdateType, ActionException) Constructor

Creates a new RecordOperationsHubT with the specified DataContext and logging functions.

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

Parameters

settingsCategory  String
Setting category that contains the connection settings.
logStatusMessageFunction  ActionString, UpdateType
Delegate to use to log status messages, if any.
logExceptionFunction  ActionException
Delegate to use to log exceptions, if any.
See Also