HistorianRun.OnStart Method

Specifies actions to take when the module starts.
Public Sub OnStart( _ 
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.
public void OnStart( 
string[] args
object[] parameters
bool isActivated
bool isHotStartup 
)
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

In this article

Definition