HistorianRun.OnAfterStart Method
Specifies actions to take when the module after starts.
Public Sub OnAfterStart( _
ByVal args As String(), _
ByVal parameters As Object(), _
ByVal isActivated As Boolean, _
ByVal isHotStartup As Boolean _
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
args
-
string[]
Data passed by the command line
-
parameters
-
object[]
Array of parameters
-
isActivated
-
bool
Flag indicating whether module should start as activated
-
isHotStartup
-
bool
Flag indicating whether module should start as hot startup
.NET Framework
Supported in: 4.6.2, 4.7