다음을 통해 공유


Context.PrePersist 메서드

정의

오버로드

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)

매개 변수

dehydrate
Boolean
store
XlangStore

구현

적용 대상

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)

매개 변수

dehydrate
Boolean
state
Context

적용 대상