BdcClientBase<TChannel> Class
Represents a wrapper for ClientBase class.
Inheritance Hierarchy
System.Object
System.ServiceModel.ClientBase<TChannel>
Microsoft.BusinessData.SystemSpecific.Wcf.BdcClientBase<TChannel>
Namespace: Microsoft.BusinessData.SystemSpecific.Wcf
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public MustInherit Class BdcClientBase(Of TChannel As Class) _
Inherits ClientBase(Of TChannel) _
Implements IBdcClientBase
'Usage
Dim instance As BdcClientBase(Of TChannel)
public abstract class BdcClientBase<TChannel> : ClientBase<TChannel>,
IBdcClientBase
where TChannel : class
Type Parameters
- TChannel
The channel to be used to connect to the service.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.