LoggerCollection.OnLoggerUploaded Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerCollection.OnLoggerUploaded Method

BR.AN.PviServices .NET


OnLoggerUploaded is called when a task object within the collection was uploaded from the plc. The function raises the Uploaded event

[Visual Basic]

Public Overridable Sub OnLoggerUploaded( _

  ByVal logMod As Logger, _

  ByVal e As PviEventArgs _

)

[C#]

public virtual void OnLoggerUploaded(

  Logger logMod,

  PviEventArgs e

);

Parameters

logMod

Task object

e

PviEventArgs object

See Also

LoggerCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]