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# |
---|
public Task<bool> UpdateFilterCoreAsync( string filterId, string name, string desc, string ispublic, string key ) |
Visual Basic |
---|
Public Function UpdateFilterCoreAsync ( filterId As String, name As String, desc As String, ispublic As String, key As String ) As Task(Of Boolean) |
Visual C++ |
---|
public: virtual Task<bool>^ UpdateFilterCoreAsync( String^ filterId, String^ name, String^ desc, String^ ispublic, String^ key ) sealed |
Parameters
- filterId
- Type: System..::..String
- name
- Type: System..::..String
- desc
- Type: System..::..String
- ispublic
- Type: System..::..String
- key
- Type: System..::..String