Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public TDescriptorService Get<TDescriptorService>()
where TDescriptorService : class

Type Parameters

TDescriptorService
The type of the service to retrieve.

Return Value

Type: TDescriptorService
The requested service.
Exceptions
ExceptionCondition
ServiceNotAvailableException The specified service is not provided by this entity descriptor.
See Also