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

Syntax

C#
public Task<FileSearchResult> IO_FileSearchAsync(
	string targetDir,
	string searchStr,
	string key
)
Visual Basic
Public Function IO_FileSearchAsync ( 
	targetDir As String,
	searchStr As String,
	key As String
) As Task(Of FileSearchResult)
Visual C++
public:
virtual Task<FileSearchResult^>^ IO_FileSearchAsync(
	String^ targetDir, 
	String^ searchStr, 
	String^ key
) sealed

Parameters

targetDir
Type: System..::..String
searchStr
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Task<(Of <(<'FileSearchResult>)>)>

Implements

IService1..::..IO_FileSearchAsync(String, String, String)

See Also