Property HibernationMode
HibernationMode
Gets or sets the hibernation policy applied at the end of every conversation turn. Defaults to None, which leaves the context resident in memory. See HibernationMode for the full semantics of each mode.
HibernationMode HibernationMode { get; set; }
Property Value
Remarks
Setting this property updates the underlying completion parameters and takes effect on the very next turn; turns currently in flight honour the value that was in effect when they started.