IVsDataClientObject<T> Interface

Definition

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.

Applies to