Method OnBeforeSerialize
OnBeforeSerialize(KeyDataStore)
Called by the HostingServicesManager before a domain reload, giving the hosting service an opportunity to persist state information.
Declaration
void OnBeforeSerialize(KeyDataStore dataStore)
Parameters
Type | Name | Description |
---|---|---|
KeyDataStore | dataStore | A key/value pair data store for use in persisting state information |