ArcFM Responder Mobile Developer Guide
RetryAction Method






Action delegate
For System.Messaging.MessageQueueException IOTimeout exception retry action MaxRetries times
Syntax
'Declaration
 
Protected Overridable Sub RetryAction( _
   ByVal action As System.Action _
) 
'Usage
 
Dim instance As ProgressReportingTaskBase
Dim action As System.Action
 
instance.RetryAction(action)
protected virtual void RetryAction( 
   System.Action action
)
protected procedure RetryAction( 
    action: System.Action
); virtual; 
protected function RetryAction( 
   action : System.Action
);
protected: virtual void RetryAction( 
   System.Action* action
) 
protected:
virtual void RetryAction( 
   System.Action^ action
) 

Parameters

action
Action delegate
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

ProgressReportingTaskBase Class
ProgressReportingTaskBase Members

Send Feedback