ArcFM Desktop Developer Guide
SynchronizingObject Property


Gets or sets the object used to marshal the event handler calls issued as a result of a Responder event.
Syntax
'Declaration
 
Public Property SynchronizingObject As ISynchronizeInvoke
'Usage
 
Dim instance As MulticastListener
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

MulticastListener Class
MulticastListener Members

 

 


Send Comment