NI-DCPower .NET fx40 API Reference

Table of Contents

NIDCPower.GetService Method

  • Updated2024-01-04
  • 1 minute(s) read
NIDCPower.GetService Method

NIDCPowerGetService Method

Gets the service object of the specified type.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public Object GetService(
	Type serviceType
)
Public Function GetService ( 
	serviceType As Type
) As Object

Parameters

serviceType
Type: SystemType
An object that specifies the Type of service object to get.

Return Value

Type: Object
A service object of type serviceType or if there is no service object of type serviceType.

Implements

IServiceProviderGetService(Type)

See Also

Log in to get a better experience