Click or drag to resize
Service1ClientAppLogById Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public void AppLogById(
	AppLogTypes typeId,
	int createdByUserId,
	string message,
	string key
)

Parameters

typeId
Type: SxcUtilsLibAppLogTypes
createdByUserId
Type: SystemInt32
message
Type: SystemString
key
Type: SystemString

Implements

IService1AppLogById(AppLogTypes, Int32, String, String)
See Also