Property data
data
Transient resource pool owned by this execution.
public DataPool data { get; }
Property Value
Remarks
Completed graph outputs remain in this pool until the caller removes them, typically with RemoveRTFromPool(string) or RemoveBufferFromPool(string). Anything left in the pool when Dispose() is called is released automatically.