InstancePersistenceContext.QueriedInstanceStore(InstanceStoreQueryResult) 方法
定义
向 InstanceStoreQueryResult 中的 InstanceStoreQueryResult 对象列表中添加作为参数传递的 InstanceView。Adds the InstanceStoreQueryResult passed as a parameter to a list of InstanceStoreQueryResult objects in an InstanceView.
public:
void QueriedInstanceStore(System::Runtime::DurableInstancing::InstanceStoreQueryResult ^ queryResult);
public void QueriedInstanceStore (System.Runtime.DurableInstancing.InstanceStoreQueryResult queryResult);
member this.QueriedInstanceStore : System.Runtime.DurableInstancing.InstanceStoreQueryResult -> unit
Public Sub QueriedInstanceStore (queryResult As InstanceStoreQueryResult)
参数
- queryResult
- InstanceStoreQueryResult
对实例存储的查询的结果。The results of a query against an instance store.