Task.RunCycles Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Task.RunCycles Method

BR.AN.PviServices .NET


Run the task for the specified number of cycles.

[Visual Basic]

Public Sub RunCycles( _

  ByVal numberOfCycles As Integer _

)

[C#]

public int RunCycles(

  int numberOfCycles

);

Parameters

numberOfCycles

The number of cycles the task shall run.

Return Value

zero on SUCCESS.

See Also

Task Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]