InstancePersistenceContext.QueriedInstanceStore 方法

定义

InstanceStoreQueryResult 中的 InstanceStoreQueryResult 对象列表中添加作为参数传递的 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

对实例存储的查询的结果。

适用于