C# Class MemBus.Publishing.ParallelNonBlockingPublisher

Publisher of messages that publishes in parallel and does not wait for all handlers to return. When all subscriptions have done their work, any exceptions will be collected and put on the bus as ExceptionOccurred messages.
Inheritance: IPublishPipelineMember
Afficher le fichier Open project: flq/MemBus Class Usage Examples

Méthodes publiques

Méthode Description
LookAt ( MemBus.Publishing.PublishToken token ) : void

Private Methods

Méthode Description
IRequireBus ( IBus bus ) : void

Method Details

LookAt() public méthode

public LookAt ( MemBus.Publishing.PublishToken token ) : void
token MemBus.Publishing.PublishToken
Résultat void