'Declaration
Public Enum RequestType Inherits System.Enum
'Usage
Dim instance As RequestType
public enum RequestType : System.Enum
public enum class RequestType : public System.Enum
'Declaration
Public Enum RequestType Inherits System.Enum
'Usage
Dim instance As RequestType
public enum RequestType : System.Enum
public enum class RequestType : public System.Enum
Member | Description |
---|---|
Background | Low priority background request to satisfy a possible future requirement |
Display | Data is for display - i.e. it will may be acquired asynchronously |
Synchronous | Data must be acquired synchronously (e.g. for Writing out, or generating a bitmap etc.) |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.RequestType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2