Write the data received so far to the names file, and then pass received pixel data direct to that file, without
holding it all
in memory
public void ReceiveToDisk(
System.string
)
public procedure ReceiveToDisk(
: System.String
);
public function ReceiveToDisk(
: System.String
);
public: void ReceiveToDisk(
System.string*
)
public:
void ReceiveToDisk(
System.String^
)
'Declaration
Public Sub ReceiveToDisk( _
ByVal As System.String _
)
'Usage
Dim instance As ReceivingPixelDataArgs
Dim FileName As System.String
instance.ReceiveToDisk(FileName)
Parameters
- FileName
Target Platforms: .NET CLR 4.8 or higher