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/CopyReport", 
	ReplyAction = "http://tempuri.org/IService1/CopyReportResponse")]
Task<bool> CopyReportAsync(
	string destUserId,
	string destFilterZzRowId,
	string destReportZzRowId,
	string srcUserId,
	string srcFilterZzRowId,
	string srcReportZzRowId,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/CopyReport", 
	ReplyAction := "http://tempuri.org/IService1/CopyReportResponse")> 
Function CopyReportAsync ( 
	destUserId As String,
	destFilterZzRowId As String,
	destReportZzRowId As String,
	srcUserId As String,
	srcFilterZzRowId As String,
	srcReportZzRowId As String,
	key As String
) As Task(Of Boolean)
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/CopyReport", 
	ReplyAction = L"http://tempuri.org/IService1/CopyReportResponse")]
Task<bool>^ CopyReportAsync(
	String^ destUserId, 
	String^ destFilterZzRowId, 
	String^ destReportZzRowId, 
	String^ srcUserId, 
	String^ srcFilterZzRowId, 
	String^ srcReportZzRowId, 
	String^ key
)

Parameters

destUserId
Type: System..::..String
destFilterZzRowId
Type: System..::..String
destReportZzRowId
Type: System..::..String
srcUserId
Type: System..::..String
srcFilterZzRowId
Type: System..::..String
srcReportZzRowId
Type: System..::..String
key
Type: System..::..String

Return Value

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

See Also