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/GetFilterStatCalcConfigSet", 
	ReplyAction = "http://tempuri.org/IService1/GetFilterStatCalcConfigSetResponse")]
DataSet GetFilterStatCalcConfigSet(
	string userId,
	string filterId,
	string statId,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetFilterStatCalcConfigSet", 
	ReplyAction := "http://tempuri.org/IService1/GetFilterStatCalcConfigSetResponse")> 
Function GetFilterStatCalcConfigSet ( 
	userId As String,
	filterId As String,
	statId As String,
	key As String
) As DataSet
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetFilterStatCalcConfigSet", 
	ReplyAction = L"http://tempuri.org/IService1/GetFilterStatCalcConfigSetResponse")]
DataSet^ GetFilterStatCalcConfigSet(
	String^ userId, 
	String^ filterId, 
	String^ statId, 
	String^ key
)

Parameters

userId
Type: System..::..String
filterId
Type: System..::..String
statId
Type: System..::..String
key
Type: System..::..String

Return Value

Type: DataSet

See Also