Click or drag to resize
IService1AppLogByName Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AppLogByName", 
	ReplyAction = "http://tempuri.org/IService1/AppLogByNameResponse")]
void AppLogByName(
	AppLogTypes typeId,
	string createdByUsername,
	string message,
	string key
)

Parameters

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