ArcFM Engine 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 Action _
) 
'Usage
 
Dim instance As ProgressReportingTaskBase
Dim action As Action
 
instance.RetryAction(action)
protected virtual void RetryAction( 
   Action action
)

Parameters

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

ProgressReportingTaskBase Class
ProgressReportingTaskBase Members

 

 


Send Comment