DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / IDecompressor Interface / DownloadStatus Method
The request against which to compare the current status



In This Topic
    DownloadStatus Method (IDecompressor)
    In This Topic
    The status of the download
    Syntax
    'Declaration
     
    Function DownloadStatus( _
       ByVal Request As PixelRequest _
    ) As ProgressiveStatus
    'Usage
     
    Dim instance As IDecompressor
    Dim Request As PixelRequest
    Dim value As ProgressiveStatus
     
    value = instance.DownloadStatus(Request)
    ProgressiveStatus DownloadStatus( 
       PixelRequest Request
    )
    ProgressiveStatus DownloadStatus( 
       PixelRequest^ Request
    ) 

    Parameters

    Request
    The request against which to compare the current status

    Return Value

    The state of the download
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also