UserTaskRepositoryGetActionResponse(String) Method |
Gets the response from an action.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static Object GetActionResponse(
string data
)
Public Shared Function GetActionResponse (
data As String
) As Object
public:
static Object^ GetActionResponse(
String^ data
)
static member GetActionResponse :
data : string -> Object
Parameters
- data String
- The response stream.
Return Value
ObjectThe response object.
See Also