The WebDevice class is responsible for coordinating the job's thread with the one assigned by ASP.NET to produce the response to the browser's request by providing for device control for web display files.
For a list of all members of this type, see WebDevice Members.
Inheritance Hierarchy
ASNA.Monarch ASNA.Monarch.WebDevice
Syntax
public class WebDevice Inherits System.Object
Thread Safety
Any public static (Shared) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Remarks
The WebDevice class provides the device controls.
-
WebDevice creates an instance of a WebDevice object for a WebJob object.
-
Attachattaches a WebDisplayFile file to a device. -
Detachis used to remove the device from a file. -
SignalDataReadyForProgramis used to indicate the device is ready for data from a program event. -
SignalDataReadyForUseris used to indicate the device is ready for data from a user event. -
WaitForDataForProgramis used to indicate the device is to wait for data from a program event. -
WaitForDataForUseris used to indicate the device is to wait for data from a user event.
Requirements
| Namespace: | ASNA.Monarch |
| Assembly: | ASNA.VisualRPG.Runtime.DLL |
| Platforms: | Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro |
