C# Class Stash.Engine.PersistenceEvents.Track

Inheritance: ITrack
Mostrar archivo Open project: AndyHitchman/Stash

Public Methods

Method Description
Complete ( IStorageWork work, ISerializationSession session ) : void
Track ( ISerializationSession session, IStoredGraph storedGraph, IRegisteredGraph registeredGraph ) : System

session is used transiently in the constructor.

Protected Methods

Method Description
CalculateIndexes ( ) : IEnumerable

Method Details

CalculateIndexes() protected method

protected CalculateIndexes ( ) : IEnumerable
return IEnumerable

Complete() public method

public Complete ( IStorageWork work, ISerializationSession session ) : void
work IStorageWork
session ISerializationSession
return void

Track() public method

session is used transiently in the constructor.
public Track ( ISerializationSession session, IStoredGraph storedGraph, IRegisteredGraph registeredGraph ) : System
session ISerializationSession
storedGraph IStoredGraph
registeredGraph IRegisteredGraph
return System