INSLocking Interface

Definition

Interface that, together with the T:Foundation.NSLocking_Extensions class, comprise the NSLocking protocol.

[Foundation.Protocol(Name="NSLocking", WrapperType=typeof(Foundation.NSLockingWrapper))]
public interface INSLocking : IDisposable, ObjCRuntime.INativeObject
type INSLocking = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Lock()
Unlock()

Applies to