|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
Cleans up all variables. After a call to this method, the Task object may be reused for another task.
Private Sub IAMTask_Clear()
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
Copyright © 2000-2012 BlueCielo ECM Solutions |