taliesins / cassia

Automatically exported from code.google.com/p/cassia
1 stars 0 forks source link

Support WTSQueryUserToken #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Perhaps have a helper method like session.StartProcess(...).

Original issue reported on code.google.com by danports on 20 Dec 2010 at 2:22

GoogleCodeExporter commented 8 years ago
We have the code for this in rough form already -- see ProcessHelper in the 
Cassia.Tests.Server project.

Original comment by danports on 8 May 2011 at 12:34

GoogleCodeExporter commented 8 years ago

Original comment by danports on 15 Feb 2012 at 4:30

GoogleCodeExporter commented 8 years ago
Don't go crazy here -- just add a few basic overloads, and add more overloads 
later if people ask for them.

Original comment by danports on 26 Feb 2012 at 2:19

GoogleCodeExporter commented 8 years ago
So I'm assuming with the 2.0.0.60 version you cannot do something similar to 
session.StartProcess?

BTW...  I really love this Library.  It comes in real handy to fill the holes 
left by Citrix.

Original comment by Jeremy.L...@gmail.com on 14 Dec 2012 at 9:49

GoogleCodeExporter commented 8 years ago
Correct. However, as mentioned in comment 1, there is sample code for this in 
SVN here, which you should be able to adapt to your needs fairly easily: 
http://code.google.com/p/cassia/source/browse/trunk/Source/Cassia.Tests.Server/I
nSession/ProcessHelper.cs

I'm glad to hear that Cassia is useful to you!

Original comment by danports on 28 Dec 2012 at 2:05