MonitorServiceCreator.Create

This function creates with explicit connection information to an existing Statistica Application.

Syntax Parameters Return Value
Function MonitorServiceCreator.Create( _
    ConnectString As String, _
    Station As String, _
    UserName As String, _
    Password As String, _
    App As Object) As MonitorService
  • ConnectString [in]

Type: String

  • Station [in]

Type: String

  • UserName [in]

Type: String

  • Password [in]

Type: String

  • App [in]

Type: Object

MonitorService