Responder Developer Guide
InitializeCore Method (NetworkTask)


Syntax
'Declaration
 
Protected Overridable Sub InitializeCore( _
   ByVal inferActions As Boolean, _
   ByVal performAsynchronously As Boolean _
) 
'Usage
 
Dim instance As NetworkTask
Dim inferActions As Boolean
Dim performAsynchronously As Boolean
 
instance.InitializeCore(inferActions, performAsynchronously)
protected virtual void InitializeCore( 
   bool inferActions,
   bool performAsynchronously
)

Parameters

inferActions
performAsynchronously
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

NetworkTask Class
NetworkTask Members

 

 


Send Comment