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

Syntax

C#
public Task<bool> UpdateFilterReportsTableJoinAsync(
	string zzRowId,
	string joinTypesId,
	string reportId,
	string leftTable,
	string rightTable,
	string active,
	string key
)
Visual Basic
Public Function UpdateFilterReportsTableJoinAsync ( 
	zzRowId As String,
	joinTypesId As String,
	reportId As String,
	leftTable As String,
	rightTable As String,
	active As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ UpdateFilterReportsTableJoinAsync(
	String^ zzRowId, 
	String^ joinTypesId, 
	String^ reportId, 
	String^ leftTable, 
	String^ rightTable, 
	String^ active, 
	String^ key
) sealed

Parameters

zzRowId
Type: System..::..String
joinTypesId
Type: System..::..String
reportId
Type: System..::..String
leftTable
Type: System..::..String
rightTable
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..UpdateFilterReportsTableJoinAsync(String, String, String, String, String, String, String)

See Also