In This Topic
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
Syntax
'Declaration
Public Sub ReceiveToDisk( _
ByVal As System.String _
)
'Usage
Dim instance As ReceivingPixelDataArgs
Dim FileName As System.String
instance.ReceiveToDisk(FileName)
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^
)
Parameters
- FileName
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also