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.241-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  Action<String, UpdateType>  (Optional)
Delegate to use to log status messages, if any.
logExceptionFunction  Action<Exception>  (Optional)
Delegate to use to log exceptions, if any.
See Also