'Declaration
Public Overloads Sub WithLock( _ ByVal action As System.Action _ )
'Usage
Dim instance As WorkbookView Dim action As System.Action instance.WithLock(action)
public void WithLock( System.Action action )
Parameters
- action
- Specifies the method to call after acquiring the lock.