ArcFM Desktop Developer Guide
LocallyAssignedObject Property


A side-effect free property getter for accessing the Object property
Syntax
public object LocallyAssignedObject {get;}
'Declaration
 
Public ReadOnly Property LocallyAssignedObject As Object
 
'Usage
 
Dim instance As PersistentCacheObject
Dim value As Object
 
value = instance.LocallyAssignedObject
Remarks
The Object property is serialized with the owning DataRequest object. It will be null if the value matches the caller's assigned hash value (indicating to the caller to use their local persistent cached value instead). However, this makes it difficult for service application to access the value. This property provides access to this value without the side-effect of inadvertently loading the local cache (like the Object property getter does when null). This is necessary to properly implement ISupportCaching
Requirements

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.

See Also

Reference

PersistentCacheObject Class
PersistentCacheObject Members

 

 


Send Comment