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

Syntax

C#
public Task<bool> UpdateFilterStatisticCoreAsync(
	string statId,
	string name,
	string active,
	string isPublic,
	string key
)
Visual Basic
Public Function UpdateFilterStatisticCoreAsync ( 
	statId As String,
	name As String,
	active As String,
	isPublic As String,
	key As String
) As Task(Of Boolean)
Visual C++
public:
virtual Task<bool>^ UpdateFilterStatisticCoreAsync(
	String^ statId, 
	String^ name, 
	String^ active, 
	String^ isPublic, 
	String^ key
) sealed

Parameters

statId
Type: System..::..String
name
Type: System..::..String
active
Type: System..::..String
isPublic
Type: System..::..String
key
Type: System..::..String

Return Value

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

Implements

IService1..::..UpdateFilterStatisticCoreAsync(String, String, String, String, String)

See Also