ArcFM Responder Mobile Developer Guide
GetTransporter Method (IMMPxMobileHelper)






Syntax
'Declaration
 
Function GetTransporter( _
   ByVal bMobileUnit As System.Boolean, _
   ByRef sApplicationName As System.String, _
   Optional ByVal bResetCache As System.Boolean _
) As IMMTransporter
'Usage
 
Dim instance As IMMPxMobileHelper
Dim bMobileUnit As System.Boolean
Dim sApplicationName As System.String
Dim bResetCache As System.Boolean
Dim value As IMMTransporter
 
value = instance.GetTransporter(bMobileUnit, sApplicationName, bResetCache)
IMMTransporter GetTransporter( 
   System.bool bMobileUnit,
   ref System.string sApplicationName,
   System.bool bResetCache
)
function GetTransporter( 
    bMobileUnit: System.Boolean;
   var  sApplicationName: System.String;
    bResetCache: System.Boolean
): IMMTransporter; 
function GetTransporter( 
   bMobileUnit : System.boolean,
   sApplicationName : System.String,
   bResetCache : System.boolean
) : IMMTransporter;
IMMTransporter* GetTransporter( 
   System.bool bMobileUnit,
   ref System.string* sApplicationName,
   System.bool bResetCache
) 
IMMTransporter^ GetTransporter( 
   System.bool bMobileUnit,
   System.String^% sApplicationName,
   System.bool bResetCache
) 

Parameters

bMobileUnit
sApplicationName
bResetCache
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

IMMPxMobileHelper Interface
IMMPxMobileHelper Members

Send Feedback