Click or drag to resize

AppLibrary Constructor

Initializes a new instance of AppLibrary.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppLibrary(
	BenchConfiguration config,
	string id,
	Uri url
)

Parameters

config
Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
id
Type: SystemString
The uniqe ID of the app library.
url
Type: SystemUri
The URL of the app library.
See Also