Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Task IO_MoveFileAsync(
	string srcFile,
	string destFile,
	bool overwrite,
	string key
)
Visual Basic
Public Function IO_MoveFileAsync ( 
	srcFile As String,
	destFile As String,
	overwrite As Boolean,
	key As String
) As Task
Visual C++
public:
virtual Task^ IO_MoveFileAsync(
	String^ srcFile, 
	String^ destFile, 
	bool overwrite, 
	String^ key
) sealed

Parameters

srcFile
Type: System..::..String
destFile
Type: System..::..String
overwrite
Type: System..::..Boolean
key
Type: System..::..String

Return Value

Type: Task

Implements

IService1..::..IO_MoveFileAsync(String, String, Boolean, String)

See Also