Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Task<bool> DeleteFilterStatCalcConfigSetAsync(
	string userId,
	string filterId,
	string filterStatId,
	string key
)
Visual Basic
Public Function DeleteFilterStatCalcConfigSetAsync ( 
	userId As String,
	filterId As String,
	filterStatId As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ DeleteFilterStatCalcConfigSetAsync(
	String^ userId, 
	String^ filterId, 
	String^ filterStatId, 
	String^ key
) sealed

Parameters

userId
Type: System..::..String
filterId
Type: System..::..String
filterStatId
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Task<(Of <(<'Boolean>)>)>

Implements

IService1..::..DeleteFilterStatCalcConfigSetAsync(String, String, String, String)

See Also