Click or drag to resize

DataContextOperations Constructor

Creates a new DataContextOperations instance.

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

Parameters

hub  IHub
Parent hub.
settingsCategory  String
Setting category that contains the connection settings.
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