Click or drag to resize

SharedHub(String, ActionString, UpdateType, ActionException) Constructor

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

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

Parameters

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