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/AddAppLog", ReplyAction = "http://tempuri.org/IService1/AddAppLogResponse")] bool AddAppLog( string userId, string url, string page, string ip, string logCode, string logNotes, string bName, string bVersion, string isPostBack, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddAppLog", ReplyAction := "http://tempuri.org/IService1/AddAppLogResponse")> Function AddAppLog ( userId As String, url As String, page As String, ip As String, logCode As String, logNotes As String, bName As String, bVersion As String, isPostBack As String, key As String ) As Boolean |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddAppLog", ReplyAction = L"http://tempuri.org/IService1/AddAppLogResponse")] bool AddAppLog( String^ userId, String^ url, String^ page, String^ ip, String^ logCode, String^ logNotes, String^ bName, String^ bVersion, String^ isPostBack, String^ key ) |
Parameters
- userId
- Type: System..::..String
- url
- Type: System..::..String
- page
- Type: System..::..String
- ip
- Type: System..::..String
- logCode
- Type: System..::..String
- logNotes
- Type: System..::..String
- bName
- Type: System..::..String
- bVersion
- Type: System..::..String
- isPostBack
- Type: System..::..String
- key
- Type: System..::..String