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

Syntax

C#
public Task<bool> AddFilterReportCalcConfigAsync(
	string userId,
	string filterId,
	string filterReportId,
	string calcIndex,
	string calcName,
	string formatStr,
	string forceFcl,
	string active,
	string key
)
Visual Basic
Public Function AddFilterReportCalcConfigAsync ( 
	userId As String,
	filterId As String,
	filterReportId As String,
	calcIndex As String,
	calcName As String,
	formatStr As String,
	forceFcl As String,
	active As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ AddFilterReportCalcConfigAsync(
	String^ userId, 
	String^ filterId, 
	String^ filterReportId, 
	String^ calcIndex, 
	String^ calcName, 
	String^ formatStr, 
	String^ forceFcl, 
	String^ active, 
	String^ key
) sealed

Parameters

userId
Type: System..::..String
filterId
Type: System..::..String
filterReportId
Type: System..::..String
calcIndex
Type: System..::..String
calcName
Type: System..::..String
formatStr
Type: System..::..String
forceFcl
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..AddFilterReportCalcConfigAsync(String, String, String, String, String, String, String, String, String)

See Also