Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Task IO_WriteFileAsync( string file, byte[] data, bool overwrite, string key ) |
Visual Basic |
---|
Public Function IO_WriteFileAsync ( file As String, data As Byte(), overwrite As Boolean, key As String ) As Task |
Visual C++ |
---|
public: virtual Task^ IO_WriteFileAsync( String^ file, array<unsigned char>^ data, bool overwrite, String^ key ) sealed |
Parameters
- file
- Type: System..::..String
- data
- Type: array<System..::..Byte>[]()[][]
- overwrite
- Type: System..::..Boolean
- key
- Type: System..::..String