EntityDescriptorTEntityGetTDescriptorService Method |
Gets the specified service from this entity descriptor.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TDescriptorService Get<TDescriptorService>()
where TDescriptorService : class
Public Function Get(Of TDescriptorService As Class) As TDescriptorService
public:
generic<typename TDescriptorService>
where TDescriptorService : ref class
TDescriptorService Get()
member Get : unit -> 'TDescriptorService when 'TDescriptorService : not struct
Type Parameters
- TDescriptorService
- The type of the service to retrieve.
Return Value
Type:
TDescriptorServiceThe requested service.
Exceptions See Also