VirtualUser GetService T  Method C# API
Get a Service object of the given type.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public T GetService<T>()
where T : Service
Type Parameters

T
The type of the Service to get.

Return Value

A Service object of type T.
See Also