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