Click or drag to resize

InfoArgs(Object, InfoType, String) Constructor

The parameterised constructor, the message text + message type + timestamp into the properties.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public InfoArgs(
	
	Object messageInstance,
	
	InfoType _LogLevel,
	
	string _Timestamp
)

Parameters

messageInstance  Object
The sent message object
_LogLevel  InfoType
The message type, e.g: InfoType.Error
_Timestamp  String
Date and time in the format '21/03/2012 12:22:36'
See also