 | ICompreDriveWCFGetDataProvider Method |
Reads the last value of an additional data provider.
Namespace: CompreDriveSDK.WCFAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxdouble? GetDataProvider(
string Name
)
Function GetDataProvider (
Name As String
) As Double?
Parameters
- Name String
- The unique name of the data provider.
Return Value
NullableDoubleThe last sampled value of the data provider, or null if the provider was not found.
See Also