![]()  | 
  
    CQRS.NET
    4.0
    
   A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments. 
   | 
 
      
  | 
  virtual | 
Save and persist the provided saga , optionally providing the version number the ISaga<TAuthenticationToken> is expected to be at.
| TSaga | The Type of the ISaga<TAuthenticationToken>. | 
| saga | The ISaga<TAuthenticationToken> to save and persist. | 
| expectedVersion | The version number the ISaga<TAuthenticationToken> is expected to be at. | 
Implements Cqrs.Domain.ISagaRepository< TAuthenticationToken >.
| TSaga | : | ISaga<TAuthenticationToken> |