ArcFM Responder Mobile Developer Guide
Refresh Method (IMMCategoryCache)






Syntax
'Declaration
 
Sub Refresh( _
   Optional ByVal sGUID As System.String _
) 
'Usage
 
Dim instance As IMMCategoryCache
Dim sGUID As System.String
 
instance.Refresh(sGUID)
void Refresh( 
   System.string sGUID
)
procedure Refresh( 
    sGUID: System.String
); 
function Refresh( 
   sGUID : System.String
);
void Refresh( 
   System.string* sGUID
) 
void Refresh( 
   System.String^ sGUID
) 

Parameters

sGUID
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

IMMCategoryCache Interface
IMMCategoryCache Members

Send Feedback