FileTransferRequest Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

FileTransferRequest Constructor

BR.AN.PviServices .NET


Initilizes a new instance of the file trnasfer request data

[Visual Basic]

Public Overloads Sub New( _

  ByVal targetFileName As String, _

  ByVal nameOfObject As String, _

  ByVal arClass As String, _

  ByVal arGroup As String _

)

[C#]

FileTransferRequest(

  string targetFileName,

  string nameOfObject,

  string arClass,

  string arGroup

);

Parameters

targetFileName

The fully qulified name of the file including path and extension.

nameOfObject

The name of the object to be used on the AutomationRuntime.

arClass

The AR class name of the object.

arGroup

The name of the AR group the object belongs to.

See Also

FileTransferRequest Class | BR.AN.PviServices Namespace | FileTransferRequest Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]