Compartir a través de


Context.PrePersist Método

Definición

Sobrecargas

PrePersist(Boolean, XlangStore)
PrePersist(Boolean, Context)

PrePersist(Boolean, XlangStore)

public:
 virtual void PrePersist(bool dehydrate, Microsoft::XLANGs::Core::XlangStore ^ store);
public virtual void PrePersist (bool dehydrate, Microsoft.XLANGs.Core.XlangStore store);
abstract member PrePersist : bool * Microsoft.XLANGs.Core.XlangStore -> unit
override this.PrePersist : bool * Microsoft.XLANGs.Core.XlangStore -> unit
Public Overridable Sub PrePersist (dehydrate As Boolean, store As XlangStore)

Parámetros

dehydrate
Boolean
store
XlangStore

Implementaciones

Se aplica a

PrePersist(Boolean, Context)

public:
 virtual void PrePersist(bool dehydrate, Microsoft::XLANGs::Core::Context ^ state);
public virtual void PrePersist (bool dehydrate, Microsoft.XLANGs.Core.Context state);
abstract member PrePersist : bool * Microsoft.XLANGs.Core.Context -> unit
override this.PrePersist : bool * Microsoft.XLANGs.Core.Context -> unit
Public Overridable Sub PrePersist (dehydrate As Boolean, state As Context)

Parámetros

dehydrate
Boolean
state
Context

Se aplica a