C# Class Contrive.Common.EventAggregator.Handler

Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Méthode Description
Handle ( Type messageType, object message ) : bool
Handler ( object handler ) : System
Matches ( object instance ) : bool

Method Details

Handle() public méthode

public Handle ( Type messageType, object message ) : bool
messageType System.Type
message object
Résultat bool

Handler() public méthode

public Handler ( object handler ) : System
handler object
Résultat System

Matches() public méthode

public Matches ( object instance ) : bool
instance object
Résultat bool