ServiceContainer GetService Method (Type)Bespoke Osc Library
Find the specified service.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Function GetService ( _
	serviceType As Type _
) As Object

Parameters

serviceType
Type: OnlineSystem Type
The type of the service to find.

Return Value

The object associated with the specified service type; otherwise, null if the service is not found.

Implements

OnlineIServiceProvider GetService(Type)
See Also