Responder Developer Guide
SynchronizingObject Property (Program)


Gets or sets the object used to marshal the event handler calls.
Syntax
'Declaration
 
Public Property SynchronizingObject As ISynchronizeInvoke
'Usage
 
Dim instance As Program
Dim value As ISynchronizeInvoke
 
instance.SynchronizingObject = value
 
value = instance.SynchronizingObject
public ISynchronizeInvoke SynchronizingObject {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Program Class
Program Members

 

 


Send Comment