Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateFilterStatisticCore", ReplyAction = "http://tempuri.org/IService1/UpdateFilterStatisticCoreResponse")] Task<bool> UpdateFilterStatisticCoreAsync( string statId, string name, string active, string isPublic, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateFilterStatisticCore", ReplyAction := "http://tempuri.org/IService1/UpdateFilterStatisticCoreResponse")> Function UpdateFilterStatisticCoreAsync ( statId As String, name As String, active As String, isPublic As String, key As String ) As Task(Of Boolean) |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateFilterStatisticCore", ReplyAction = L"http://tempuri.org/IService1/UpdateFilterStatisticCoreResponse")] Task<bool>^ UpdateFilterStatisticCoreAsync( String^ statId, String^ name, String^ active, String^ isPublic, String^ key ) |
Parameters
- statId
- Type: System..::..String
- name
- Type: System..::..String
- active
- Type: System..::..String
- isPublic
- Type: System..::..String
- key
- Type: System..::..String