BaseReceivingAntennaExtensionTGainPattern, TAntennaSignalProcessorGetService Method |
Gets the service object of the specified type.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 22.1.413.0 (22.1.413.0)
Syntaxpublic override Object GetService(
Type serviceType
)
Public Overrides Function GetService (
serviceType As Type
) As Object
public:
virtual Object^ GetService(
Type^ serviceType
) override
abstract GetService :
serviceType : Type -> Object
override GetService :
serviceType : Type -> Object
Parameters
- serviceType
- Type: SystemType
An object that specifies the type of service object to get.
Return Value
Type:
Object
The found service, or
if the service does not exist.
Implements
IServiceProviderGetService(Type)IServiceProviderGetService(Type)
ExceptionsException | Condition |
---|
ArgumentNullException |
Thrown when serviceType is .
|
See Also