Gets a specified service based on the service type.

Namespace: BrightstarDB.OData
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public Object GetService(
	Type serviceType
)
Visual Basic
Public Function GetService ( 
	serviceType As Type
) As Object
Visual C++
public:
virtual Object^ GetService(
	Type^ serviceType
) sealed
F#
abstract GetService : 
        serviceType : Type -> Object 
override GetService : 
        serviceType : Type -> Object 

Parameters

serviceType
Type: System..::..Type
The type of requested service

Return Value

Type: Object
Service requested or null, or specifically not implemented.

Implements

IServiceProvider..::..GetService(Type)

See Also