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
Show file Open project: flq/MemBus Class Usage Examples

Public Methods

Method Description
LookAt ( MemBus.Publishing.PublishToken token ) : void

Private Methods

Method Description
IRequireBus ( IBus bus ) : void

Method Details

LookAt() public method

public LookAt ( MemBus.Publishing.PublishToken token ) : void
token MemBus.Publishing.PublishToken
return void