Hello, is there a way to retrieve the suffix associated with per-user services in .NET?

S

Sarath Alex

There are per-user services that end with a unique suffix, such as ServiceName_2ba38f. I want to retrieve and store the suffix part. Currently, I do this by listing all services and extracting the suffix. Is there a direct way to obtain this? Thanks in advance!

Continue reading...
 
Back
Top Bottom