public void LoadImplementations( Action<IReportingProcess> newReportProcessHandler, Action<Exception> exceptionHandler = null )
Public Sub LoadImplementations ( newReportProcessHandler As Action(Of IReportingProcess), Optional exceptionHandler As Action(Of Exception) = Nothing )
public: void LoadImplementations( Action<IReportingProcess^>^ newReportProcessHandler, Action<Exception^>^ exceptionHandler = nullptr )
member LoadImplementations : newReportProcessHandler : Action<IReportingProcess> * ?exceptionHandler : Action<Exception> (* Defaults: let _exceptionHandler = defaultArg exceptionHandler null *) -> unit
function LoadImplementations(newReportProcessHandler, exceptionHandler);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.