Click or drag to resize

UserTaskRepositoryGetActionResponseString Method

Gets the response from an action.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetActionResponseString(
	Stream stream
)

Parameters

stream  Stream
The response stream.

Return Value

String
The response object.
See Also