'DeclarationPublic Overloads Sub WithLock( _ ByVal action As Action _ )
'UsageDim instance As WorkbookView Dim action As Action instance.WithLock(action)
public void WithLock( Action action )
public procedure WithLock( action: Action );
public function WithLock( action : Action );
public: void WithLock( Action* action )
public: void WithLock( Action^ action )
Parameters
- action
 - Specifies the method to call after acquiring the lock.