C# Class iSynaptic.Commons.MessageHandlerTests.TestMessageHandler

Inheritance: MessageHandler
Mostra file Open project: iSynaptic/iSynaptic.Commons

Public Properties

Property Type Description
LastString string

Public Methods

Method Description
Handle ( object obj ) : System.Threading.Tasks.Task

Protected Methods

Method Description
ShouldHandle ( object message ) : bool

Private Methods

Method Description
On ( String text ) : void

Method Details

Handle() public method

public Handle ( object obj ) : System.Threading.Tasks.Task
obj object
return System.Threading.Tasks.Task

ShouldHandle() protected method

protected ShouldHandle ( object message ) : bool
message object
return bool

Property Details

LastString public_oe property

public string LastString
return string