Task.PerformTask Method
Protected MustOverride Function PerformTask( _
ByVal user_id As EntityID, _
ByVal inputs As Dictionary(Of String, ScriptInput), _
ByVal db As IDatabase _
) As OperationResponse
This language is not supported or no code example is available.
protected abstract OperationResponse PerformTask(
EntityID user_id,
Dictionary<string, ScriptInput> inputs,
IDatabase db
)
This language is not supported or no code example is available.
protected:
virtual OperationResponse^ PerformTask(
EntityID^ user_id,
Dictionary<String^, ScriptInput^>^ inputs,
IDatabase^ db
) abstract
This language is not supported or no code example is available.
Parameters
- user_id
- EntityID
the id of the user running the task
- inputs
- Dictionary<string, ScriptInput>
any inputs into the task
- db
- IDatabase
the db
Return Value
OperationResponsethe operation responses