IService1GetLogs Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetLogs", ReplyAction = "http://tempuri.org/IService1/GetLogsResponse")] string GetLogs()
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetLogs", ReplyAction := "http://tempuri.org/IService1/GetLogsResponse")> Function GetLogs As String
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetLogs", ReplyAction = L"http://tempuri.org/IService1/GetLogsResponse")] String^ GetLogs()
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetLogs", ReplyAction = "http://tempuri.org/IService1/GetLogsResponse")>] abstract GetLogs : unit -> string