Direct3D11CaptureFramePool.DispatcherQueue Property

Definition

The DispatcherQueue for the frame pool.

public:
 property DispatcherQueue ^ DispatcherQueue { DispatcherQueue ^ get(); };
DispatcherQueue DispatcherQueue();
public DispatcherQueue DispatcherQueue { get; }
var dispatcherQueue = direct3D11CaptureFramePool.dispatcherQueue;
Public ReadOnly Property DispatcherQueue As DispatcherQueue

Property Value

The DispatcherQueue for the frame pool.

Applies to