The constructor called when creating an object.
The constructor has the following syntax:
OSRedirect()
A constructor does not return a value. If an error occurs, it raises an exception.
Example
Create an OSRedirect object and use it in an invocation.
out = new OSRedirect(); ! ping ascli1 -output out ? out.output();
Copyright © 2013 CA. All rights reserved. |
|