Gets a value that indicates if the occlusion query has completed.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public bool IsComplete { get; }
Property Value
true if the query completed; otherwise false.
If predicated tiling has been triggered for an Xbox 360 game, calls to IsComplete from within the tiling bracket always fail. Access this data by switching to a different render target or end the frame. This condition does not apply to games targeting the Windows platform.
Reference
Xbox 360, Windows XP SP2, Windows Vista