Skip to content

T_CodeJam_PerfTests_Running_Messages_IMessage

andrewvk edited this page Nov 8, 2016 · 2 revisions

IMessage Interface

Common interface for competition messages.

Namespace: CodeJam.PerfTests.Running.Messages
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public interface IMessage

VB

Public Interface IMessage

F#

type IMessage =  interface end

The IMessage type exposes the following members.

Properties

 

Name Description
Public property Elapsed Time elapsed since start of the competition.
Public property MessageSeverity Severity of the message.
Public property MessageSource Source of the message.
Public property MessageText Text of the message.
Public property RunMessageNumber Number of the message in the run.
Public property RunNumber Number of the run the message belongs to.
  Back to Top

Extension Methods

 

Name Description
Public Extension Method ToLogString Log format for the message. (Defined by CompetitionCore.)
  Back to Top

See Also

Reference

CodeJam.PerfTests.Running.Messages Namespace

Clone this wiki locally