ArcFM Responder Mobile Developer Guide
ProcessCheckouts Method (IMMLicensedProductManager)






Syntax
'Declaration
 
Sub ProcessCheckouts( _
   ByVal bWithExtensions As System.Boolean _
) 
'Usage
 
Dim instance As IMMLicensedProductManager
Dim bWithExtensions As System.Boolean
 
instance.ProcessCheckouts(bWithExtensions)
void ProcessCheckouts( 
   System.bool bWithExtensions
)
procedure ProcessCheckouts( 
    bWithExtensions: System.Boolean
); 
function ProcessCheckouts( 
   bWithExtensions : System.boolean
);
void ProcessCheckouts( 
   System.bool bWithExtensions
) 
void ProcessCheckouts( 
   System.bool bWithExtensions
) 

Parameters

bWithExtensions
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

IMMLicensedProductManager Interface
IMMLicensedProductManager Members

Send Feedback