ArcFM Mobile Developer Guide
ApplicationClosing Method (CurrentTaskService)


Version: 10.2.1b

Resource Center Home

Closes the task when the application is exiting.
Syntax
'Declaration
 
Public Sub ApplicationClosing( _
   ByVal e As CancelEventArgs _
) 
'Usage
 
Dim instance As CurrentTaskService
Dim e As CancelEventArgs
 
instance.ApplicationClosing(e)
public void ApplicationClosing( 
   CancelEventArgs e
)

Parameters

e
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

CurrentTaskService Class
CurrentTaskService Members

 

 


Send Comment