CustomOperatorContext.IsThreadSafe Property
Gets the thread-safe value set on the proxy that loaded the custom operator.
Thread safety: This property is not thread-safe.
Syntax
public System.Boolean IsThreadSafe { get; }
Property Value
Type: System.Boolean
True if the proxy is marked as thread-safe; otherwise, False.
True if the proxy is marked as thread-safe; otherwise, False.
Remarks
See CustomOperatorProxy.IsThreadSafe for more information.
Platforms
Windows, Linux, Android