Click or drag to resize

SharedHubDeleteVendorDevice Method

Deletes record from vendor device table.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(VendorDevice), RecordOperation.DeleteRecord)]
[AuthorizeHubRoleAttribute("Administrator, Editor")]
public void DeleteVendorDevice(
	int id
)
View Source

Parameters

id  Int32
The id of the record to delete.
See Also