//Write this code in Job
static void FindPortNumber(Args _args)
{
Str PortInfo;
PortInfo=strfmt("Port number of AOS IS: %1",int2str(Session::getAOSPort()));
info(PortInfo);
}
static void FindPortNumber(Args _args)
{
Str PortInfo;
PortInfo=strfmt("Port number of AOS IS: %1",int2str(Session::getAOSPort()));
info(PortInfo);
}
No comments:
Post a Comment