DataConnection.ReleaseExclusiveAccessProxy Method

Definition

Releases an existing exclusive access proxy, as provided with a call to the GetExclusiveAccessProxy(Int32) method.

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

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