C# Class TSVCEO.CloudPrint.Printing.PrintJob

Exibir arquivo Open project: klightspeed/CloudPrintProxy Class Usage Examples

Public Methods

Method Description
Print ( ) : void
Run ( Stream stdin, Stream stdout, Stream stderr ) : int

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
Deserialize ( Stream stream ) : object
Serialize ( Stream stream, object graph ) : void

Method Details

Print() public method

public Print ( ) : void
return void

Run() public static method

public static Run ( Stream stdin, Stream stdout, Stream stderr ) : int
stdin Stream
stdout Stream
stderr Stream
return int

Run() protected method

protected Run ( ) : void
return void