Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 805 Bytes

EntitySet.Complete().md

File metadata and controls

12 lines (9 loc) · 805 Bytes

EntitySet.Complete() Method

Clears current instance of its entities if it was created with some reactive filter (WhenAdded<T>(), WhenChanged<T>() or WhenRemoved<T>()).
Does nothing if it was created from a static filter.
This method need to be called after current instance content has been processed in a update cycle.

public void Complete();