DataConnection.UnlockProviderObject Method

Definition

Unlocks a DDEX Provider object that has been locked using a call to the GetLockedProviderObject(Int32)method.

public:
 abstract void UnlockProviderObject();
public abstract void UnlockProviderObject ();
abstract member UnlockProviderObject : unit -> unit
Public MustOverride Sub UnlockProviderObject ()

Exceptions

Access to this connection is not currently exclusive, or this thread is not the owner of the current exclusive access, or this object is not the current exclusive access proxy being used to access the connection.

Applies to