Service1ClientIO_WriteFile Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
public void IO_WriteFile( string file, byte[] data, bool overwrite, string key )
Public Sub IO_WriteFile ( file As String, data As Byte(), overwrite As Boolean, key As String )
public: virtual void IO_WriteFile( String^ file, array<unsigned char>^ data, bool overwrite, String^ key ) sealed
abstract IO_WriteFile : file : string * data : byte[] * overwrite : bool * key : string -> unit override IO_WriteFile : file : string * data : byte[] * overwrite : bool * key : string -> unit