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