ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg.GetService Method

NIRfsg.GetService Method

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: Object
Returns an Object that represents a service provided by NIRfsg, or null if NIRfsg does not provide the specified service.

Implements

IServiceProviderGetService(Type)

See Also

In This Section
Was this information helpful?