|
SharedHub(ActionString, UpdateType, ActionException) Constructor
|
Creates a new
SharedHub with the specified logging functions.
Namespace: GSF.Web.SharedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax GSF.Web.Shared.SharedHub = function(logStatusMessageFunction, logExceptionFunction);
View SourceParameters
- logStatusMessageFunction ActionString, UpdateType
- Delegate to use to log status messages, if any.
- logExceptionFunction ActionException
- Delegate to use to log exceptions, if any.
See Also