There are a few conventions that should be followed when implementing this interface.
- The deriving class must be serializable. There are a few ways of doing this, but the easiest is to mark the class with the SerializableAttribute
- The caller is not intended to call the Execute method, so please use explicit interface member implementation to exclude the Execute method from the public interface of the class.
- Include a constructor that allows the caller to pass arguments to the class for use in the Execute method (which is executed in the middle-tier business server application).
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.
There are a few conventions that should be followed when implementing this interface.
- The deriving class must be serializable. There are a few ways of doing this, but the easiest is to mark the class with the SerializableAttribute
- The caller is not intended to call the Execute method, so please use explicit interface member implementation to exclude the Execute method from the public interface of the class.
- Include a constructor that allows the caller to pass arguments to the class for use in the Execute method (which is executed in the middle-tier business server application).
Miner.Responder.Shared.IDataRequest
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.