MPInterfaceTenantExecuteQueueAction Method
|
Method to queue a local Action. See
clsImportTenantAction. This method may be called out of the external client via MARIWebService/MARIRestService.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic int TenantExecuteQueueAction(
clsImportTenantAction Action
)
Public Function TenantExecuteQueueAction (
Action As clsImportTenantAction
) As Integer
Parameters
- Action
- Type: MARIInterfaceclsImportTenantAction
Pay load. See clsImportTenantAction
Return Value
Type:
Int32Return the action action ID
Remarks
See Also