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

Syntax

C#
public Task<bool> UpdateFilterReportStep1Async(
	string reportId,
	string reportName,
	string reportDesc,
	string active,
	string createdOn,
	string userId,
	string filterId,
	string isPublic,
	string key
)
Visual Basic
Public Function UpdateFilterReportStep1Async ( 
	reportId As String,
	reportName As String,
	reportDesc As String,
	active As String,
	createdOn As String,
	userId As String,
	filterId As String,
	isPublic As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ UpdateFilterReportStep1Async(
	String^ reportId, 
	String^ reportName, 
	String^ reportDesc, 
	String^ active, 
	String^ createdOn, 
	String^ userId, 
	String^ filterId, 
	String^ isPublic, 
	String^ key
) sealed

Parameters

reportId
Type: System..::..String
reportName
Type: System..::..String
reportDesc
Type: System..::..String
active
Type: System..::..String
createdOn
Type: System..::..String
userId
Type: System..::..String
filterId
Type: System..::..String
isPublic
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..UpdateFilterReportStep1Async(String, String, String, String, String, String, String, String, String)

See Also