FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..sendEventHandlerToTenants Method

Sends the event handler to tenants.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool sendEventHandlerToTenants(
	string sEventHandlerName,
	tenantSelectionType oSelectionType,
	List<string> oTenantIDs
)
Public Function sendEventHandlerToTenants ( _
	sEventHandlerName As String, _
	oSelectionType As tenantSelectionType, _
	oTenantIDs As List(Of String) _
) As Boolean
public:
bool^ sendEventHandlerToTenants(
	String^ sEventHandlerName, 
	tenantSelectionType^ oSelectionType, 
	List<String^>^ oTenantIDs
)

Parameters

sEventHandlerName
Type: String
Name of the s event handler.
oSelectionType
Type: FlowWright.cDevDeAPI..::..tenantSelectionType
Type of the o selection.
oTenantIDs
Type: List<(Of <(<'String>)>)>
The o tenant i ds.

Return Value

true if XXXX, false otherwise.