 | InfoArgs(Object, InfoType, String, String) Constructor |
The parameterised constructor, the message text + message type + timestamp + thread info
into the properties.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic InfoArgs(
Object messageInstance,
InfoType _LogLevel,
string _Timestamp,
string threadInfos
)
Public Sub New (
messageInstance As Object,
_LogLevel As InfoType,
_Timestamp As String,
threadInfos As String
)
public:
InfoArgs(
Object^ messageInstance,
InfoType _LogLevel,
String^ _Timestamp,
String^ threadInfos
)
new :
messageInstance : Object *
_LogLevel : InfoType *
_Timestamp : string *
threadInfos : string -> InfoArgs
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'
- threadInfos String
- Information on the current thread.
See also