ArcFM Responder Mobile Developer Guide
DestroyBackup Method






Syntax
'Declaration
 
Function DestroyBackup( _
   ByVal sId As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMTransporter2
Dim sId As System.String
Dim value As System.Boolean
 
value = instance.DestroyBackup(sId)
System.bool DestroyBackup( 
   System.string sId
)
function DestroyBackup( 
    sId: System.String
): System.Boolean; 
function DestroyBackup( 
   sId : System.String
) : System.boolean;
System.bool DestroyBackup( 
   System.string* sId
) 
System.bool DestroyBackup( 
   System.String^ sId
) 

Parameters

sId
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

IMMTransporter2 Interface
IMMTransporter2 Members

Send Feedback