DataConnection.UnlockProviderObject Method
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.
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.