Düzenle

Aracılığıyla paylaş


NSDistributedLock Constructors

Definition

Overloads

NSDistributedLock(NSObjectFlag)
NSDistributedLock(IntPtr)
NSDistributedLock(String)

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