PersistingComponentStateSubscription Struct

Definition

Represents a subscription to the OnPersisting callback that ComponentStatePersistenceManager callback will trigger when the application is being persisted.

public readonly struct PersistingComponentStateSubscription : IDisposable
type PersistingComponentStateSubscription = struct
    interface IDisposable
Public Structure PersistingComponentStateSubscription
Implements IDisposable
Inheritance
PersistingComponentStateSubscription
Implements

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to