public void QueriedInstanceStore(InstanceStoreQueryResult queryResult)
        {
            if (queryResult == null)
            {
                throw Fx.Exception.ArgumentNull("queryResult");
            }
            ThrowIfNotActive("QueriedInstanceStore");

            InstanceView.QueryResultsBacking.Add(queryResult);
        }
示例#2
0
 public void QueriedInstanceStore(InstanceStoreQueryResult queryResult)
 {
     throw new NotImplementedException();
 }
		public void QueriedInstanceStore (InstanceStoreQueryResult queryResult)
		{
			throw new NotImplementedException ();
		}