SANNAutomaticNetworkSearch.OnTrainingProgress

This event fires periodically to notify clients of training progress.

Syntax Parameters Return Value
Event SANNAutomaticNetworkSearch.OnTrainingProgress( _
    message1 As String, _
    message2 As String, _
    message3 As String, _
    percentComplete As Double, _
    ByRef action As SANNOnTrainingAction)
  • message1 [in]

Type: String

  • message2 [in]

Type: String

  • message3 [in]

Type: String

  • percentComplete [in]

Type: Double

  • action [out]

Type: SANNOnTrainingAction

-