C# Class VVVV.Packs.Messaging.Nodes.TypableMessageSessionNode

Inheritance: TypableMessageKeepNode
Mostrar archivo Open project: velcrome/vvvv-Message

Public Methods

Method Description
Evaluate ( int SpreadMax ) : void
MatchOrInsert ( Message message ) : Message

Protected Methods

Method Description
CheckRemove ( ) : bool
CheckReset ( ) : bool
MatchByField ( Message message, IEnumerable idFields ) : Message

Private Methods

Method Description
RemoveOld ( ) : bool

Method Details

CheckRemove() protected method

protected CheckRemove ( ) : bool
return bool

CheckReset() protected method

protected CheckReset ( ) : bool
return bool

Evaluate() public method

public Evaluate ( int SpreadMax ) : void
SpreadMax int
return void

MatchByField() protected method

protected MatchByField ( Message message, IEnumerable idFields ) : Message
message Message
idFields IEnumerable
return Message

MatchOrInsert() public method

public MatchOrInsert ( Message message ) : Message
message Message
return Message