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

            InstanceView.QueryResultsBacking.Add(queryResult);
        }
Ejemplo n.º 2
0
 public void QueriedInstanceStore(InstanceStoreQueryResult queryResult)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
		public void QueriedInstanceStore (InstanceStoreQueryResult queryResult)
		{
			throw new NotImplementedException ();
		}