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/UpdateStatisticName", ReplyAction = "http://tempuri.org/IService1/UpdateStatisticNameResponse")] bool UpdateStatisticName( string filterId, string statId, string statName, string userId, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateStatisticName", ReplyAction := "http://tempuri.org/IService1/UpdateStatisticNameResponse")> Function UpdateStatisticName ( filterId As String, statId As String, statName As String, userId As String, key As String ) As Boolean |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateStatisticName", ReplyAction = L"http://tempuri.org/IService1/UpdateStatisticNameResponse")] bool UpdateStatisticName( String^ filterId, String^ statId, String^ statName, String^ userId, String^ key ) |
Parameters
- filterId
- Type: System..::..String
- statId
- Type: System..::..String
- statName
- Type: System..::..String
- userId
- Type: System..::..String
- key
- Type: System..::..String