Click or drag to resize
Service1ClientAppLogByName Method

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

Parameters

typeId
Type: SxcUtilsLibAppLogTypes
createdByUsername
Type: SystemString
message
Type: SystemString
key
Type: SystemString

Implements

IService1AppLogByName(AppLogTypes, String, String, String)
See Also