Show / Hide Table of Contents

Class PrintServerMessage

Contains message text and/or related info. More info: PrintServer, PrintServer.GetMessage.

public class PrintServerMessage

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
PrintServerMessage

Properties

Name Description
Caller

The script.name property value of the process that called print.it. Used with PrintServerMessageType.Write.

Text

Message text. Used with PrintServerMessageType.Write.

TimeUtc

Message time in FILETIME format, UTC. Used with PrintServerMessageType.Write. To convert to string: DateTime.FromFileTimeUtc(m.TimeUtc).ToLocalTime().ToString().

Type

Message type (write, clear, etc).

Methods

Name Description
ToString()