lockOwner (property)

The principle that owns the current resource lock.

Syntax

@property (nonatomic,readwrite,assign,getter=lockOwner,setter=setLockOwner:) NSString* lockOwner;
- (NSString*)lockOwner;
- (void)setLockOwner:(NSString*)newLockOwner;
public var lockOwner: String {
  get {...}
set {...} }

Default Value

""

Remarks

Before a call to the LockResource method, LockOwner may be set to the name of a principle or group of principles that will own the lock. If no owner is specified, the server will automatically associate the lock with the requesting principle. After a successful LockResource operation, the class will set the LockOwner property to the correct value returned in the server's response.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]