public PersistThisModel ( IPersistentApplicationStateObject model ) : void | ||
model | IPersistentApplicationStateObject | /// The model to persist. The type of this model will be used as a key and when data is loaded back from persistent storage this key (type) will be used /// to retrieve it. No other component should use this type, or collisions will occur. /// |
Результат | void |