ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CheckThreadingSupport Method
Support concurrent resources.
Support command lists.

In This Topic
    CheckThreadingSupport Method
    In This Topic
    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