protected HubClientOperationsBase( IHub hub, Action<string, UpdateType> logStatusMessageFunction = null, Action<Exception> logExceptionFunction = null )
Protected Sub New ( hub As IHub, Optional logStatusMessageFunction As Action(Of String, UpdateType) = Nothing, Optional logExceptionFunction As Action(Of Exception) = Nothing )
protected: HubClientOperationsBase( IHub^ hub, Action<String^, UpdateType>^ logStatusMessageFunction = nullptr, Action<Exception^>^ logExceptionFunction = nullptr )
new : hub : IHub * ?logStatusMessageFunction : Action<string, UpdateType> * ?logExceptionFunction : Action<Exception> (* Defaults: let _logStatusMessageFunction = defaultArg logStatusMessageFunction null let _logExceptionFunction = defaultArg logExceptionFunction null *) -> HubClientOperationsBase
GSF.Web.Hubs.HubClientOperationsBase = function(hub, logStatusMessageFunction, logExceptionFunction);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.