Edit

Share via


IGrainMigrationParticipant.OnDehydrate(IDehydrationContext) Method

Definition

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.

Applies to