C# Class EzBus.Core.HandlerCache

Afficher le fichier Open project: Zapote/EzBus Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Type handlerType ) : void
GetHandlerInfo ( string messageTypeName ) : IEnumerable
HasCustomHandlers ( ) : bool
Prime ( ) : void

Private Methods

Méthode Description
GetMessageType ( Type handlerType ) : Type

Method Details

Add() public méthode

public Add ( Type handlerType ) : void
handlerType System.Type
Résultat void

GetHandlerInfo() public méthode

public GetHandlerInfo ( string messageTypeName ) : IEnumerable
messageTypeName string
Résultat IEnumerable

HasCustomHandlers() public méthode

public HasCustomHandlers ( ) : bool
Résultat bool

Prime() public méthode

public Prime ( ) : void
Résultat void