Click or drag to resize

MessageTypeContract Enumeration

Message types.

Namespace:  SOS.SDK.Contracts.DataContracts.Enums
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public enum MessageTypeContract
Members
  Member nameValueDescription
Info0 Default level for tracing events.
Warning1 Level for any event, that can pottentially cause to issuses, but as rule this states automaticaly resolved.
Notify2 Level for important messages, that shows real progress of the operation.
Error3 Level for errors, which is fatal to the operation.
See Also