ISynchronizeInvoke::InvokeRequired Property
.NET Framework (current version)
Gets a value indicating whether the caller must call Invoke when calling an object that implements this interface.
Assembly: System (in System.dll)
This property determines whether the caller must call Invoke when making method calls to an object that implements this interface. Such objects are bound to a specific thread and are not thread-safe. If you are calling a method from a different thread, you must use the Invoke method to marshal the call to the proper thread.
.NET Framework
Available since 1.1
Available since 1.1
Show: