Responder Developer Guide
ProcessingResult<TResult> Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal canceled As Boolean, _
   ByVal result As TResult _
)
'Usage
 
Dim canceled As Boolean
Dim result As TResult
 
Dim instance As New ProcessingResult(Of TResult)(canceled, result)
public ProcessingResult<TResult>( 
   bool canceled,
   TResult result
)

Parameters

canceled
result
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

ProcessingResult<TResult> Class
ProcessingResult<TResult> Members

 

 


Send Comment