Click or drag to resize
ELIS

ELISWCFServiceAppLogWrite2 Methode

Einsatzleit- & Informationssystem
Schreibt Eintrag in ELIS AppLog

Namensraum:  ELIS.ELISWCF
Assembly:  ELISWCF (in ELISWCF.dll) Version: 3.7.8601.40037
Syntax
public bool AppLogWrite2(
	string EventType,
	double GPSLatitude,
	double GPSLongitude,
	double GPSAltitude,
	string Info,
	string location,
	DateTime Zeit,
	string DeviceFamily,
	string DeviceName,
	string DeviceOS,
	Guid TicketID
)

Parameter

EventType
Typ: SystemString
GPSLatitude
Typ: SystemDouble
GPSLongitude
Typ: SystemDouble
GPSAltitude
Typ: SystemDouble
Info
Typ: SystemString
location
Typ: SystemString
Zeit
Typ: SystemDateTime
DeviceFamily
Typ: SystemString
DeviceName
Typ: SystemString
DeviceOS
Typ: SystemString
TicketID
Typ: SystemGuid

Rückgabewert

Typ: Boolean

Implementiert

IELISWCFServiceAppLogWrite2(String, Double, Double, Double, String, String, DateTime, String, String, String, Guid)
Siehe auch