Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
RequestToDo Method (action, target, parameters)
NamespacesGenesyslab.Desktop.Modules.Core.Model.RoutingBaseIRoutingBasedRequestToDo(RoutingBasedAction, RoutingBasedTarget, IDictionary<(Of <(String, Object>)>))
Makes a request to do something.
Declaration Syntax
C#Visual BasicVisual C++
bool RequestToDo(
	RoutingBasedAction action,
	RoutingBasedTarget target,
	IDictionary<string, Object> parameters
)
Function RequestToDo ( _
	action As RoutingBasedAction, _
	target As RoutingBasedTarget, _
	parameters As IDictionary(Of String, Object) _
) As Boolean
bool RequestToDo(
	RoutingBasedAction action, 
	RoutingBasedTarget target, 
	IDictionary<String^, Object^>^ parameters
)
Parameters
action (RoutingBasedAction)
The action.
target (RoutingBasedTarget)
The target.
parameters (IDictionary<(Of <(String, Object>)>))
The name.
Return Value
true if the request is allowed; otherwise, false.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)