IGrainMigrationParticipant.OnRehydrate(IRehydrationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called on the new activation after a migration, before OnActivateAsync(CancellationToken) is called. The participant can restore state from the migration context.
public void OnRehydrate (Orleans.Runtime.IRehydrationContext rehydrationContext);
abstract member OnRehydrate : Orleans.Runtime.IRehydrationContext -> unit
Public Sub OnRehydrate (rehydrationContext As IRehydrationContext)
Parameters
- rehydrationContext
- IRehydrationContext
The rehydration context.