ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / GetData Method / GetData(Asynchronous,AsynchronousFlags) Method
The asynchronous data provider.
Flags specifying how the command should operate.

In This Topic
    GetData(Asynchronous,AsynchronousFlags) Method
    In This Topic
    Gets data from the GPU asynchronously.
    Syntax
    'Declaration
     
    Public Overloads Function GetData( _
       ByVal data As Asynchronous, _
       ByVal flags As AsynchronousFlags _
    ) As DataStream
    public DataStream GetData( 
       Asynchronous data,
       AsynchronousFlags flags
    )

    Parameters

    data
    The asynchronous data provider.
    flags
    Flags specifying how the command should operate.

    Return Value

    The data retrieved from the GPU.
    See Also