Skip to content

StateStorageBridge<TState>

class

Namespace: Orleans.Core

Provides functionality for operating on grain state. Implements the Orleans.Core.IStorage
public class StateStorageBridge<TState> : IStorage, IStorage<TState>, IGrainMigrationParticipant

Constructors

Properties

  • Etag Gets the ETag.
  • RecordExists Gets a value indicating whether the record already exists.
  • State Gets or sets the state.

Methods