ArcFM Responder Mobile Developer Guide
ReplicationFailedToStartEventArgs Constructor(String,String)






Syntax
'Declaration
 
Public Function New( _
   ByVal reason As System.String, _
   ByVal balloonTitle As System.String _
)
'Usage
 
Dim reason As System.String
Dim balloonTitle As System.String
 
Dim instance As New ReplicationFailedToStartEventArgs(reason, balloonTitle)
public ReplicationFailedToStartEventArgs( 
   System.string reason,
   System.string balloonTitle
)
public ReplicationFailedToStartEventArgs( 
    reason: System.String;
    balloonTitle: System.String
); 
public function ReplicationFailedToStartEventArgs( 
   reason : System.String,
   balloonTitle : System.String
);
public: ReplicationFailedToStartEventArgs( 
   System.string* reason,
   System.string* balloonTitle
)
public:
ReplicationFailedToStartEventArgs( 
   System.String^ reason,
   System.String^ balloonTitle
)

Parameters

reason
balloonTitle
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

ReplicationFailedToStartEventArgs Class
ReplicationFailedToStartEventArgs Members
Overload List

Send Feedback