Click or drag to resize

MPInterfaceTenantExecuteLocalActionBatch Method

Method called from MARIProject64.exe /TenantMonitoring

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public Task<bool> TenantExecuteLocalActionBatch(
	string TenantMonitoringCommand,
	Uri RemoteRestServiceURI,
	Guid EnvironmentGUID,
	string LicenseFileContent
)

Parameters

TenantMonitoringCommand
Type: SystemString
Command to be executed
RemoteRestServiceURI
Type: SystemUri
URL of the remote rest service to push the results
EnvironmentGUID
Type: SystemGuid
Unique number
LicenseFileContent
Type: SystemString
Full License File XML

Return Value

Type: TaskBoolean
See Also