IService1AppLogByName Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AppLogByName", ReplyAction = "http://tempuri.org/IService1/AppLogByNameResponse")] void AppLogByName( AppLogTypes typeId, string createdByUsername, string message, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AppLogByName", ReplyAction := "http://tempuri.org/IService1/AppLogByNameResponse")> Sub AppLogByName ( typeId As AppLogTypes, createdByUsername As String, message As String, key As String )
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AppLogByName", ReplyAction = L"http://tempuri.org/IService1/AppLogByNameResponse")] void AppLogByName( AppLogTypes typeId, String^ createdByUsername, String^ message, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/AppLogByName", ReplyAction = "http://tempuri.org/IService1/AppLogByNameResponse")>] abstract AppLogByName : typeId : AppLogTypes * createdByUsername : string * message : string * key : string -> unit