NSDistributedLock Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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