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

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddReportViewConfigLink", 
	ReplyAction = "http://tempuri.org/IService1/AddReportViewConfigLinkResponse")]
Task<bool> AddReportViewConfigLinkAsync(
	string filterId,
	string reportViewConfigId,
	string reportViewId,
	string reportId,
	string lkey,
	string lval,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddReportViewConfigLink", 
	ReplyAction := "http://tempuri.org/IService1/AddReportViewConfigLinkResponse")> 
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++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddReportViewConfigLink", 
	ReplyAction = L"http://tempuri.org/IService1/AddReportViewConfigLinkResponse")]
Task<bool>^ AddReportViewConfigLinkAsync(
	String^ filterId, 
	String^ reportViewConfigId, 
	String^ reportViewId, 
	String^ reportId, 
	String^ lkey, 
	String^ lval, 
	String^ key
)

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>)>)>

See Also