ComponentOne Bitmap for UWP
CheckThreadingSupport Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class : CheckThreadingSupport Method
Support concurrent resources.
Support command lists.
Check if this device is supporting threading.
Syntax
'Declaration
 
Public Function CheckThreadingSupport( _
   ByRef supportsConcurrentResources As System.Boolean, _
   ByRef supportsCommandLists As System.Boolean _
) As HResult
public HResult CheckThreadingSupport( 
   out System.bool supportsConcurrentResources,
   out System.bool supportsCommandLists
)

Parameters

supportsConcurrentResources
Support concurrent resources.
supportsCommandLists
Support command lists.

Return Value

A C1.Util.DX.HResult object describing the result of the operation.
See Also

Reference

Device Class
Device Members