Share via


IFragmentManager.Refreeze Method

Definition

Manually invoke a refreeze operation on the plugin, and make all necessary adjustments in bookkeeping after.

public bool Refreeze ();
abstract member Refreeze : unit -> bool
Public Function Refreeze () As Boolean

Returns

True for successful refreeze.

Remarks

It is unnecessary to manually refreeze if autoRefreeze is true with Update()

Applies to