Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration Public Property SynchronizingObject As ISynchronizeInvoke
'Usage Dim instance As FtpConnection Dim value As ISynchronizeInvoke instance.SynchronizingObject = value value = instance.SynchronizingObject
public ISynchronizeInvoke SynchronizingObject {get; set;}
This property should be set when performing GUI operations in event handlers.
If this property is set, messages will be pumped through a call to System.Windows.Forms.Application.DoEvents.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
FtpConnection Class FtpConnection Members