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

Syntax

C#
public Task<int> GetFilterStatisticCountByNameAsync(
	string userId,
	string filterId,
	string statName,
	string key
)
Visual Basic
Public Function GetFilterStatisticCountByNameAsync ( 
	userId As String,
	filterId As String,
	statName As String,
	key As String
) As Task(Of Integer)
Visual C++
public:
virtual Task<int>^ GetFilterStatisticCountByNameAsync(
	String^ userId, 
	String^ filterId, 
	String^ statName, 
	String^ key
) sealed

Parameters

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

Return Value

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

Implements

IService1..::..GetFilterStatisticCountByNameAsync(String, String, String, String)

See Also