 | ActivationFileSignOut Method |
Makes shure, the given app ID is not listed active.
The text file is updated immediately.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic void SignOut(
string id
)
Public Sub SignOut (
id As String
)
Parameters
- id
- Type: SystemString
An app ID. Must be a string without whitespace.
Remarks
If the given app ID is not listed, or commented out, the text file is not changed.
If the given app ID is listed and not commented out, its line is prepended with a # to comment it out.
See Also