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

Syntax

C#
public Task<bool> AddFilterReportTopAsync(
	string reportId,
	string top,
	string key
)
Visual Basic
Public Function AddFilterReportTopAsync ( 
	reportId As String,
	top As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ AddFilterReportTopAsync(
	String^ reportId, 
	String^ top, 
	String^ key
) sealed

Parameters

reportId
Type: System..::..String
top
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..AddFilterReportTopAsync(String, String, String)

See Also