ObjCRuntime.ThreadSafeAttribute Class
A Attribute that indicates that a method or class is UIKit thread-safe.

See Also: ThreadSafeAttribute Members

Syntax

public sealed class ThreadSafeAttribute : Attribute

Remarks

This attribute is used to signal that the methods in the class that this is applied to, or the method that this is applied to can safely be called from a background thread.

The attribute is only relevant to UIKit classes and any sublcass of UIKit types. The absence of this method in classes and methods outside of UIKit is intentional.

Requirements

Namespace: ObjCRuntime
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0