Service1ClientAppLogById Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
public void AppLogById( AppLogTypes typeId, int createdByUserId, string message, string key )
Public Sub AppLogById ( typeId As AppLogTypes, createdByUserId As Integer, message As String, key As String )
public: virtual void AppLogById( AppLogTypes typeId, int createdByUserId, String^ message, String^ key ) sealed
abstract AppLogById : typeId : AppLogTypes * createdByUserId : int * message : string * key : string -> unit override AppLogById : typeId : AppLogTypes * createdByUserId : int * message : string * key : string -> unit