IGrainMigrationParticipant.OnDehydrate(IDehydrationContext) 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 original activation when migration is initiated, after OnDeactivateAsync(DeactivationReason, CancellationToken) completes. The participant can access and update the dehydration context.
public void OnDehydrate (Orleans.Runtime.IDehydrationContext dehydrationContext);
abstract member OnDehydrate : Orleans.Runtime.IDehydrationContext -> unit
Public Sub OnDehydrate (dehydrationContext As IDehydrationContext)
Parameters
- dehydrationContext
- IDehydrationContext
The dehydration context.