Click or drag to resize

AdapterCommandAttribute(String, String) Constructor

Creates a new AdapterCommandAttribute with the specified description value.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public AdapterCommandAttribute(
	string description,
	params string[] allowedRoles
)
View Source

Parameters

description  String
Assigns the description for this adapter command.
allowedRoles  String
Assigns the roles which are allowed to invoke this adapter command.
See Also