Namespace: P4s3WebSvcRefLib.P4s3WebSvcReferenceAssembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int GetFilterStatisticCountByNameActive(
string userId,
string filterId,
string statName,
string key
) |
Visual Basic |
---|
Public Function GetFilterStatisticCountByNameActive (
userId As String,
filterId As String,
statName As String,
key As String
) As Integer |
Visual C++ |
---|
public:
virtual int GetFilterStatisticCountByNameActive(
String^ userId,
String^ filterId,
String^ statName,
String^ key
) sealed |
Return Value
Type:
Int32Implements
IService1..::..GetFilterStatisticCountByNameActive(String, String, String, String)
See Also