NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISynchronizeInvoke Properties

The properties of the ISynchronizeInvoke interface are listed below. For a complete list of ISynchronizeInvoke interface members, see the ISynchronizeInvoke Members topic.

InvokeRequired Determines if the caller must call invoke when making method calls to object that implements this interface. Such objects are bound to a specific thread and are not thread safe. Therefore, if you are calling an method from a different thread, you must use the invoke method to marshal the call to the proper thread.

See Also

ISynchronizeInvoke Interface | System.ComponentModel Namespace