IVsDataClientObject<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the client version of a provider object, which wraps the provider's object to automatically perform tasks expected by a client such as connection locking and ensuring a connection is open.
generic <typename T>
where T : classpublic interface class IVsDataClientObject
public interface IVsDataClientObject<T> where T : class
type IVsDataClientObject<'T (requires 'T : null)> = interface
Public Interface IVsDataClientObject(Of T)
Type Parameters
- T
The type of the parameter.
- Derived
Methods
Initialize(T) |
Initializes the client object with the underlying provider object implementation. |