LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Get(Type) Method

Show in webframe






The type of the service to return.
Returns a service of a specific type.
Syntax
public object Get( 
   Type serviceType
)
'Declaration
 
Public Overloads Function Get( _
   ByVal serviceType As Type _
) As Object
'Usage
 
Dim instance As ServiceCollection
Dim serviceType As Type
Dim value As Object
 
value = instance.Get(serviceType)

            

            
public: Object* Get( 
   Type* serviceType
) 
public:
Object* Get( 
   Type* serviceType
) 

Parameters

serviceType
The type of the service to return.

Return Value

A service object of the requested type. Null if the service doesn't exists.
Requirements

Target Platforms

See Also

Reference

ServiceCollection Class
ServiceCollection Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.