ArcFM Responder Mobile Developer Guide
ReplicationInitializingEventArgs Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal mode As ProgramMode, _
   ByVal silent As System.Boolean, _
   ByVal hasUI As System.Boolean _
)
'Usage
 
Dim mode As ProgramMode
Dim silent As System.Boolean
Dim hasUI As System.Boolean
 
Dim instance As New ReplicationInitializingEventArgs(mode, silent, hasUI)
public ReplicationInitializingEventArgs( 
   ProgramMode mode,
   System.bool silent,
   System.bool hasUI
)
public ReplicationInitializingEventArgs( 
    mode: ProgramMode;
    silent: System.Boolean;
    hasUI: System.Boolean
); 
public function ReplicationInitializingEventArgs( 
   mode : ProgramMode,
   silent : System.boolean,
   hasUI : System.boolean
);
public: ReplicationInitializingEventArgs( 
   ProgramMode mode,
   System.bool silent,
   System.bool hasUI
)
public:
ReplicationInitializingEventArgs( 
   ProgramMode mode,
   System.bool silent,
   System.bool hasUI
)

Parameters

mode
silent
hasUI
Requirements

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

See Also

Reference

ReplicationInitializingEventArgs Class
ReplicationInitializingEventArgs Members

Send Feedback