Click or drag to resize

MPInterfaceTenantExecuteLocalAction Method

Method to execute a local Action. See clsImportTenantAction. This method may be called out of the external client via MARIWebService. MARIWebService calls this function to execute the action

Collects current information about a server, database server, rdp client, standard client (perhaps at a customer location).

Changes a local setting (Database setting, User prevelidges, etc)

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public clsImportTenantAction TenantExecuteLocalAction(
	clsImportTenantAction Action
)

Parameters

Action
Type: MARIInterfaceclsImportTenantAction
Pay load. See clsImportTenantAction

Return Value

Type: clsImportTenantAction
Return the action object with new status and return message
Remarks