Click or drag to resize

SharedHubUpdateVendorDevice Method

Updates record in vendor device table.

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

Parameters

vendorDevice  VendorDevice
The record to update.
See Also