AdoNetGrainStorageOptions.UseOrleans3CompatibleHasher 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.
Sets legacy Orleans v3-compatible hash picker to use for this storage provider. Invoke this method if you need to run Orleans v7+ silo against existing Orleans v3-initialized database and keep existing grain state.
public void UseOrleans3CompatibleHasher();
member this.UseOrleans3CompatibleHasher : unit -> unit
Public Sub UseOrleans3CompatibleHasher ()