ArcFM Desktop Developer Guide
LoadDMSRealTimeIDs<TScopeType> Class Methods


For a list of all members of this type, see LoadDMSRealTimeIDs<TScopeType> members.

Public Methods
 NameDescription
Public MethodProcessProcess(T_Scope) calls Initialize on this handler, then Process on the child, and finally Execute on this handler. Override this method only for advanced cases that require altering this pattern. We recommend that you invoke this base method from the override. ProcessEvents are raised in this method, so any overrides that don't invoke the base should also raise any desired events. (Inherited from Miner.Geodatabase.Integration.Handler<T_Scope,T_Scope,T_Result,T_Result>)
Public MethodTestExecuteA way to unit test a handler independently of a pipeline. This method is intended for testing only. For production, override Execute, and call Process. (Inherited from Miner.Geodatabase.Integration.Handler<T_Scope,T_Scope,T_Result,T_Result>)
Public MethodTestInitializeA way to unit test a handler independently of a pipeline. This method is intended for testing only. For production, override Initialize, and call Process. (Inherited from Miner.Geodatabase.Integration.Handler<T_Scope,T_Scope,T_Result,T_Result>)
Top
Protected Methods
 NameDescription
Protected MethodCompensateOverride this method to provide fallback behavior when Execute encounters an error. (Inherited from Miner.Geodatabase.Integration.Handler<T_Scope,T_Scope,T_Result,T_Result>)
Protected MethodExecuteOverridden.   
Protected MethodInitializeOverridden.   
Protected MethodOnAfterExecute (Inherited from Miner.Geodatabase.Integration.Handler<T_Scope,T_Scope,T_Result,T_Result>)
Protected MethodOnAfterInitialize (Inherited from Miner.Geodatabase.Integration.Handler<T_Scope,T_Scope,T_Result,T_Result>)
Protected MethodOnBeforeExecute (Inherited from Miner.Geodatabase.Integration.Handler<T_Scope,T_Scope,T_Result,T_Result>)
Protected MethodOnBeforeInitialize (Inherited from Miner.Geodatabase.Integration.Handler<T_Scope,T_Scope,T_Result,T_Result>)
Top
See Also

Reference

LoadDMSRealTimeIDs<TScopeType> Class
Miner.Geodatabase.NetworkAdapter Namespace

 

 


Send Comment