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/RunBarChartView", ReplyAction = "http://tempuri.org/IService1/RunBarChartViewResponse")] Task RunBarChartViewAsync( string loadQuery, string exportFormat, string passThrough, string reportId, Dictionary<string, string> sett, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/RunBarChartView", ReplyAction := "http://tempuri.org/IService1/RunBarChartViewResponse")> Function RunBarChartViewAsync ( loadQuery As String, exportFormat As String, passThrough As String, reportId As String, sett As Dictionary(Of String, String), key As String ) As Task |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/RunBarChartView", ReplyAction = L"http://tempuri.org/IService1/RunBarChartViewResponse")] Task^ RunBarChartViewAsync( String^ loadQuery, String^ exportFormat, String^ passThrough, String^ reportId, Dictionary<String^, String^>^ sett, String^ key ) |
Parameters
- loadQuery
- Type: System..::..String
- exportFormat
- Type: System..::..String
- passThrough
- Type: System..::..String
- reportId
- Type: System..::..String
- sett
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
- key
- Type: System..::..String