NIRfsg.GetService Method
- Updated2024-05-08
- 1 minute(s) read
NIRfsgGetService Method
Returns an object that represents a service provided by NIRfsg.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public Object GetService( Type serviceType )
Public Function GetService ( serviceType As Type ) As Object
Parameters
- serviceType
- Type: SystemType
Specifies a service provided by NIRfsg.
Return Value
Type: ObjectReturns an Object that represents a service provided by NIRfsg, or null if NIRfsg does not provide the specified service.