Method OnBeforeSerialize
OnBeforeSerialize(KeyDataStore)
Called by the HostingServicesManager before a domain reload, giving the hosting service an opportunity to persist state information.
선언
void OnBeforeSerialize(KeyDataStore dataStore)
파라미터
타입 | 이름 | 설명 |
---|---|---|
KeyDataStore | dataStore | A key/value pair data store for use in persisting state information |