ArcFM Responder Mobile Developer Guide
IDataRequest Interface
Members 






There are a few conventions that should be followed when implementing this interface.
  1. 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
  2. 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.
  3. 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).
Object Model
IDataRequest Interface
Syntax
'Declaration
 
Public Interface IDataRequest 
'Usage
 
Dim instance As IDataRequest
public interface IDataRequest 
public interface IDataRequest 
public interface IDataRequest 
public __gc __interface IDataRequest 
public interface class IDataRequest 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDataRequest Members
Miner.Responder.Shared Namespace

Send Feedback