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 _

)

[C#]

FileTransferRequest(

  string targetFileName,

  string nameOfObject

);

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.

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]