Sunday, 21 September 2014

Retrieving The Online Application Users

Retrieving The Online Application Users

Using the following code we can retrieve the online application users list


static void onlineusers(Args _args)
{
sysclientsessions s;
;

while select s
where s.Status == NoYes::Yes
{
info(s.userId);
}
}

Compile and run the code,,,,,,,,,,,,,,,,,,,


No comments:

Post a Comment