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/AddReportViewConfig", ReplyAction = "http://tempuri.org/IService1/AddReportViewConfigResponse")] Task<bool> AddReportViewConfigAsync( string typeId, string name, string desc, string lkey, string val, string reportViewId, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddReportViewConfig", ReplyAction := "http://tempuri.org/IService1/AddReportViewConfigResponse")> Function AddReportViewConfigAsync ( typeId As String, name As String, desc As String, lkey As String, val As String, reportViewId As String, key As String ) As Task(Of Boolean) |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddReportViewConfig", ReplyAction = L"http://tempuri.org/IService1/AddReportViewConfigResponse")] Task<bool>^ AddReportViewConfigAsync( String^ typeId, String^ name, String^ desc, String^ lkey, String^ val, String^ reportViewId, String^ key ) |
Parameters
- typeId
- Type: System..::..String
- name
- Type: System..::..String
- desc
- Type: System..::..String
- lkey
- Type: System..::..String
- val
- Type: System..::..String
- reportViewId
- Type: System..::..String
- key
- Type: System..::..String