C# Class Tp.Integration.Plugin.Common.Tests.Router.Model.TestMessage

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
IsNotStopMessage ( string tag, TestMessage message ) : bool
NewMessage ( string tag, string body ) : TestMessage
StopMessage ( string tag ) : TestMessage
ToString ( ) : string

Private Methods

Méthode Description
TestMessage ( string tag, string body )

Method Details

IsNotStopMessage() public static méthode

public static IsNotStopMessage ( string tag, TestMessage message ) : bool
tag string
message TestMessage
Résultat bool

NewMessage() public static méthode

public static NewMessage ( string tag, string body ) : TestMessage
tag string
body string
Résultat TestMessage

StopMessage() public static méthode

public static StopMessage ( string tag ) : TestMessage
tag string
Résultat TestMessage

ToString() public méthode

public ToString ( ) : string
Résultat string