Click or drag to resize

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)
Syntax
public void SignOut(
	string id
)

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