Property RunExtractionSynchronously
RunExtractionSynchronously
Gets or sets a value indicating whether memory extraction should block until complete.
public bool RunExtractionSynchronously { get; set; }
Property Value
- bool
trueto wait for extraction to finish before returning the agent's response;false(default) to run extraction in the background (fire and forget).