'Declaration
Public Overrides Function GetService( _ ByVal serviceType As Type _ ) As Object
'Usage
Dim instance As EasyAEClientCore Dim serviceType As Type Dim value As Object value = instance.GetService(serviceType)
public override object GetService( Type serviceType )
public: Object^ GetService( Type^ serviceType ) override
Parameters
- serviceType
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).