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

Syntax

C#
public Task<bool> AddReportViewConfigLinkAsync(
	string filterId,
	string reportViewConfigId,
	string reportViewId,
	string reportId,
	string lkey,
	string lval,
	string key
)
Visual Basic
Public Function AddReportViewConfigLinkAsync ( 
	filterId As String,
	reportViewConfigId As String,
	reportViewId As String,
	reportId As String,
	lkey As String,
	lval As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ AddReportViewConfigLinkAsync(
	String^ filterId, 
	String^ reportViewConfigId, 
	String^ reportViewId, 
	String^ reportId, 
	String^ lkey, 
	String^ lval, 
	String^ key
) sealed

Parameters

filterId
Type: System..::..String
reportViewConfigId
Type: System..::..String
reportViewId
Type: System..::..String
reportId
Type: System..::..String
lkey
Type: System..::..String
lval
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..AddReportViewConfigLinkAsync(String, String, String, String, String, String, String)

See Also