Interface IReceiver
Enables message passing between components.
Namespace: Microsoft.Psi
Assembly: Microsoft.Psi.dll
Syntax
public interface IReceiver
Properties
View SourceId
Gets receiver ID.
Declaration
int Id { get; }
Property Value
Type | Description |
---|---|
System. |
LastEnvelope
Gets the envelope of the last message received by this receiver.
Declaration
Envelope LastEnvelope { get; }
Property Value
Type | Description |
---|---|
Envelope |
Name
Gets receiver name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System. |
Owner
Gets receiver owner object.
Declaration
object Owner { get; }
Property Value
Type | Description |
---|---|
System. |
Source
Gets receiver source emitter.
Declaration
IEmitter Source { get; }
Property Value
Type | Description |
---|---|
IEmitter |
Type
Gets receiver type.
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
Type |