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

Syntax

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

Parameters

reportId
Type: System..::..String
reportCoded
Type: System..::..String
reportLiteral
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..UpdateFilterReportStep2Async(String, String, String, String)

See Also