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/UpdateReportView", 
	ReplyAction = "http://tempuri.org/IService1/UpdateReportViewResponse")]
Task<bool> UpdateReportViewAsync(
	string viewId,
	string name,
	string desc,
	string pageId,
	string active,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateReportView", 
	ReplyAction := "http://tempuri.org/IService1/UpdateReportViewResponse")> 
Function UpdateReportViewAsync ( 
	viewId As String,
	name As String,
	desc As String,
	pageId As String,
	active As String,
	key As String
) As Task(Of Boolean)
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateReportView", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateReportViewResponse")]
Task<bool>^ UpdateReportViewAsync(
	String^ viewId, 
	String^ name, 
	String^ desc, 
	String^ pageId, 
	String^ active, 
	String^ key
)

Parameters

viewId
Type: System..::..String
name
Type: System..::..String
desc
Type: System..::..String
pageId
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

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

See Also