Edit

Share via


NSDistributedLock Constructors

Definition

Overloads

NSDistributedLock(NSObjectFlag)

protected NSDistributedLock(Foundation.NSObjectFlag t);
new Foundation.NSDistributedLock : Foundation.NSObjectFlag -> Foundation.NSDistributedLock

Parameters

Applies to

NSDistributedLock(IntPtr)

protected internal NSDistributedLock(IntPtr handle);
new Foundation.NSDistributedLock : nativeint -> Foundation.NSDistributedLock

Parameters

handle
IntPtr

nativeint

Applies to

NSDistributedLock(String)

[Foundation.Export("initWithPath:")]
[ObjCRuntime.DesignatedInitializer]
public NSDistributedLock(string path);
new Foundation.NSDistributedLock : string -> Foundation.NSDistributedLock

Parameters

path
String
Attributes

Applies to