AjaxWebSvcPage UpdateStatisticName Method A Sandcastle Documented Class Library
Web service method for updating a statistic's name.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[WebMethodAttribute]
public static bool UpdateStatisticName(
	string filterId,
	string statId,
	string statName,
	string ikey
)

Parameters

filterId
Type: System String
statId
Type: System String
statName
Type: System String
ikey
Type: System String

Return Value

Type: Boolean
See Also