DialogStateManager.GetMemorySnapshot Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all memoryscopes suitable for logging.
public Newtonsoft.Json.Linq.JObject GetMemorySnapshot ();
member this.GetMemorySnapshot : unit -> Newtonsoft.Json.Linq.JObject
Public Function GetMemorySnapshot () As JObject
Returns
Newtonsoft.Json.Linq.JObject
object which represents all memory scopes.