C# Class ActiveObjects.Distributor

Inheritance: ActiveObject, EventSink
Show file Open project: JoinPatterns/ScalableJoins Class Usage Examples

Public Properties

Property Type Description
Post Asynchronous.Channel
Subscribe Asynchronous.Channel

Private Properties

Property Type Description

Public Methods

Method Description
Distributor ( string name ) : System

Method Details

Distributor() public method

public Distributor ( string name ) : System
name string
return System

Property Details

Post public property

public Asynchronous.Channel Post
return Asynchronous.Channel

Subscribe public property

public Asynchronous.Channel Subscribe
return Asynchronous.Channel