XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / DeactivateOnline Method



DeactivateOnline Method
Attemp to Delete All XdsObjects License on-line
Syntax
Public Shared Function DeactivateOnline( _
   ByVal CustomerInfor1 As String, _
   ByVal CustomerInfor2 As String _
) As String
Dim CustomerInfor1 As String
Dim CustomerInfor2 As String
Dim value As String
 
value = XdsLicense.DeactivateOnline(CustomerInfor1, CustomerInfor2)
public static string DeactivateOnline( 
   string CustomerInfor1,
   string CustomerInfor2
)
public:
static String^ DeactivateOnline( 
   String^ CustomerInfor1,
   String^ CustomerInfor2
) 

Parameters

CustomerInfor1
CustomerInfor2
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