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

Syntax

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

Parameters

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

Return Value

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

Implements

IService1..::..AddFilterReportsTableJoinAsync(String, String, String, String, String)

See Also