PrintTwoNormalOperation Class
2/27/2008
The PrintTwoNormalOperation helper class is used by PosPrinterBase to capture information about the PrintTwoNormal method call.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Class PrintTwoNormalOperation
Inherits PrintOperation
public class PrintTwoNormalOperation : PrintOperation
public ref class PrintTwoNormalOperation : public PrintOperation
public class PrintTwoNormalOperation extends PrintOperation
public class PrintTwoNormalOperation extends PrintOperation
Remarks
The PrintTwoNormalOperation helper class derives from the PrintOperation helper class. When the application updates printer properties and then calls the PrintTwoNormal method, the PosPrinterBase class uses an instance of the PrintTwoNormalOperation class, cast to the PrintOperation class and stored in the PrintOperationCollection array, to capture information about that method call. The service object then retrieves the operation from the array and uses it to complete the application’s print request.
Inheritance Hierarchy
System.Object
Microsoft.PointOfService.BaseServiceObjects.PrintOperation
Microsoft.PointOfService.BaseServiceObjects.PrintTwoNormalOperation
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PrintTwoNormalOperation Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinterBase Class
PosPrinterBase.PrintTwoNormal Method
PrintOperation Class