AifServiceContainer.GetService Method
Gets the service.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As AifServiceContainer
Dim returnValue As T
returnValue = instance.GetService
Syntax
'Declaration
Public Function GetService(Of T) As T
public T GetService<T> ()
public:
generic<typename T>
T GetService ()
GenericParameters
- T
Specifies the type of service.
Return Value
The object of type T
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AifServiceContainer Class
AifServiceContainer Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.