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

Syntax

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

Parameters

userId
Type: System..::..String
statId
Type: System..::..String
statIdx
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..SetFilterHistoryLastEditStatisticId(String, String, String, String)

See Also