Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool UpdateStatisticName(
	string filterId,
	string statId,
	string statName,
	string userId,
	string key
)
Visual Basic
Public Function UpdateStatisticName ( 
	filterId As String,
	statId As String,
	statName As String,
	userId As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool UpdateStatisticName(
	String^ filterId, 
	String^ statId, 
	String^ statName, 
	String^ userId, 
	String^ key
) sealed

Parameters

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

Return Value

Type: Boolean

Implements

IService1..::..UpdateStatisticName(String, String, String, String, String)

See Also