ArcFM Responder Mobile Developer Guide
SetObjectIdMapCache Method






Syntax
'Declaration
 
Public Sub SetObjectIdMapCache( _
   ByVal objectIdMapCaching As IMapperCaching(Of Guid,FeatureID) _
) 
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim objectIdMapCaching As IMapperCaching(Of Guid,FeatureID)
 
instance.SetObjectIdMapCache(objectIdMapCaching)
public void SetObjectIdMapCache( 
   IMapperCaching<Guid,FeatureID> objectIdMapCaching
)
public procedure SetObjectIdMapCache( 
    objectIdMapCaching: IMapperCaching
); 
public function SetObjectIdMapCache( 
   objectIdMapCaching : IMapperCaching
);
public: void SetObjectIdMapCache( 
   IMapperCaching<Guid,FeatureID*>* objectIdMapCaching
) 
public:
void SetObjectIdMapCache( 
   IMapperCaching<Guid,FeatureID^>^ objectIdMapCaching
) 

Parameters

objectIdMapCaching
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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members

Send Feedback