Namespace: P4s3TestMachine.P4s3WebSvcReferenceAssembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Task<DataSet> FindFolderAtAsync(
string name,
string userId,
string parent,
string key
) |
Visual Basic |
---|
Public Function FindFolderAtAsync (
name As String,
userId As String,
parent As String,
key As String
) As Task(Of DataSet) |
Visual C++ |
---|
public:
virtual Task<DataSet^>^ FindFolderAtAsync(
String^ name,
String^ userId,
String^ parent,
String^ key
) sealed |
Return Value
Type:
Task<(Of <(<'DataSet>)>)>Implements
IService1..::..FindFolderAtAsync(String, String, String, String)
See Also