IService1AppLogById Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AppLogById", ReplyAction = "http://tempuri.org/IService1/AppLogByIdResponse")] void AppLogById( AppLogTypes typeId, int createdByUserId, string message, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AppLogById", ReplyAction := "http://tempuri.org/IService1/AppLogByIdResponse")> Sub AppLogById ( typeId As AppLogTypes, createdByUserId As Integer, message As String, key As String )
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AppLogById", ReplyAction = L"http://tempuri.org/IService1/AppLogByIdResponse")] void AppLogById( AppLogTypes typeId, int createdByUserId, String^ message, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/AppLogById", ReplyAction = "http://tempuri.org/IService1/AppLogByIdResponse")>] abstract AppLogById : typeId : AppLogTypes * createdByUserId : int * message : string * key : string -> unit