Method | Description | |
---|---|---|
OutgoingFilter ( IMessageDeduplicationPersistor messageDeduplicationPersistor ) : System |
Public ctor
|
|
Process ( ServiceConnect.Interfaces.Envelope envelope ) : bool |
Method | Description | |
---|---|---|
TimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
Executes on every specified time interval and removes the expired message ids from the relevant persistance store.
|
public OutgoingFilter ( IMessageDeduplicationPersistor messageDeduplicationPersistor ) : System | ||
messageDeduplicationPersistor | IMessageDeduplicationPersistor | |
return | System |
public Process ( ServiceConnect.Interfaces.Envelope envelope ) : bool | ||
envelope | ServiceConnect.Interfaces.Envelope | |
return | bool |