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/UpdateReportViewConfig", 
	ReplyAction = "http://tempuri.org/IService1/UpdateReportViewConfigResponse")]
Task<bool> UpdateReportViewConfigAsync(
	string reportViewConfigId,
	string reportViewId,
	string lkey,
	string lval,
	string name,
	string desc,
	string typeId,
	string active,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateReportViewConfig", 
	ReplyAction := "http://tempuri.org/IService1/UpdateReportViewConfigResponse")> 
Function UpdateReportViewConfigAsync ( 
	reportViewConfigId As String,
	reportViewId As String,
	lkey As String,
	lval As String,
	name As String,
	desc As String,
	typeId As String,
	active As String,
	key As String
) As Task(Of Boolean)
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateReportViewConfig", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateReportViewConfigResponse")]
Task<bool>^ UpdateReportViewConfigAsync(
	String^ reportViewConfigId, 
	String^ reportViewId, 
	String^ lkey, 
	String^ lval, 
	String^ name, 
	String^ desc, 
	String^ typeId, 
	String^ active, 
	String^ key
)

Parameters

reportViewConfigId
Type: System..::..String
reportViewId
Type: System..::..String
lkey
Type: System..::..String
lval
Type: System..::..String
name
Type: System..::..String
desc
Type: System..::..String
typeId
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

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

See Also