OPC Studio User's Guide and Reference
GetService Method (ConnectivityBase)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Connectivity Namespace > ConnectivityBase Class : GetService Method

The value of this parameter cannot be null (Nothing in Visual Basic).

Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Overridable Shadows Function GetService( _
   ByVal serviceType As Type _
) As Object
'Usage
 
Dim instance As ConnectivityBase
Dim serviceType As Type
Dim value As Object
 
value = instance.GetService(serviceType)
[CanBeNull()]
public virtual new object GetService( 
   Type serviceType
)
[CanBeNull()]
public:
virtual new Object^ GetService( 
   Type^ serviceType
) 

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).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also