Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[OperationContractAttribute(Action = "http://tempuri.org/IService1/LogData", ReplyAction = "http://tempuri.org/IService1/LogDataResponse")] void LogData( string name, string type, string data, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/LogData", ReplyAction := "http://tempuri.org/IService1/LogDataResponse")> Sub LogData ( name As String, type As String, data As String, key As String ) |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/LogData", ReplyAction = L"http://tempuri.org/IService1/LogDataResponse")] void LogData( String^ name, String^ type, String^ data, String^ key ) |
Parameters
- name
- Type: System..::..String
- type
- Type: System..::..String
- data
- Type: System..::..String
- key
- Type: System..::..String