Click or drag to resize

SharedHub Methods

The SharedHub type exposes the following members.

Methods
  Name Description
Public method AddNewCompany Adds new record to company table.
Public method AddNewVendor Adds new vendor record to table.
Public method AddNewVendorDevice Adds new record to vendor device table.
Public method DeleteCompany Deletes record from company table.
Public method DeleteVendor Deletes vendor table record.
Public method DeleteVendorDevice Deletes record from vendor device table.
Public method Dispose
(Inherited from HubBase)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the RecordOperationsHubT object and optionally releases the managed resources.
(Inherited from RecordOperationsHubT)
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetConnectionID Gets connection ID for active hub context, if any.
(Inherited from RecordOperationsHubT)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetStatistic If measurement is a statistic, returns the associated Statistic record; otherwise, returns null.
Public method GetStatisticFormatRecords Gets the format records for statistics associated with the metadata.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method LogException Logs an exception to hub client and any provided log exception delegate.
(Inherited from RecordOperationsHubT)
Protected method LogStatusMessage Logs a status message to hub client and any provided log status message delegate.
(Inherited from RecordOperationsHubT)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method NewCompany Creates a new Company object.
Public method NewVendor Creates new vendor object.
Public method NewVendorDevice Creates new VendorDevice object.
Public method OnConnected Overrides base OnConnected method to provide logging
(Overrides RecordOperationsHubTOnConnected)
Public method OnDisconnected Overrides base OnDisconnected method to provide logging
(Overrides RecordOperationsHubTOnDisconnected(Boolean))
Public method OnReconnected Called when the connection reconnects to this hub instance.
(Inherited from HubBase)
Public method QueryCompanies Queries company table.
Public method QueryCompanyCount Queries company table counts
Public method QueryVendorCount Queries vendor table count.
Public method QueryVendorDeviceCount Queries vendor device table count.
Public method QueryVendorDevices Queries vendor device table records.
Public method QueryVendors Queries vendor table records.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method UpdateCompany Updates a record in company table.
Public method UpdateVendor Updates record in vendor table.
Public method UpdateVendorDevice Updates record in vendor device table.
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also