BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

Clear method

Cleans up all variables. After a call to this method, the Task object may be reused for another task.

Syntax
Private Sub IAMTask_Clear()
Remarks

Following is the default implementation of the Clear method. It resets all global variables.

Private Sub IAMTask_Clear()
m_argA = ""
m_argB = ""
 
Set m_FSObject = Nothing
Set m_Repository = Nothing
End Sub

Related information

Set method


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com