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

Syntax

C#
public Task<bool> CopyStatisticAsync(
	string destUserId,
	string destFilterZzRowId,
	string destStatZzRowId,
	string srcUserId,
	string srcFilterZzRowId,
	string srcStatZzRowId,
	string key
)
Visual Basic
Public Function CopyStatisticAsync ( 
	destUserId As String,
	destFilterZzRowId As String,
	destStatZzRowId As String,
	srcUserId As String,
	srcFilterZzRowId As String,
	srcStatZzRowId As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ CopyStatisticAsync(
	String^ destUserId, 
	String^ destFilterZzRowId, 
	String^ destStatZzRowId, 
	String^ srcUserId, 
	String^ srcFilterZzRowId, 
	String^ srcStatZzRowId, 
	String^ key
) sealed

Parameters

destUserId
Type: System..::..String
destFilterZzRowId
Type: System..::..String
destStatZzRowId
Type: System..::..String
srcUserId
Type: System..::..String
srcFilterZzRowId
Type: System..::..String
srcStatZzRowId
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..CopyStatisticAsync(String, String, String, String, String, String, String)

See Also