Click or drag to resize

SharedHubNewVendorDevice Method

Creates new VendorDevice object.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(VendorDevice), RecordOperation.CreateNewRecord)]
public VendorDevice NewVendorDevice()
View Source

Return Value

VendorDevice
A new VendorDevice model instance.
See Also