UserTaskRepositoryGetActionResponseString 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 string GetActionResponseString(
Stream stream
)
Public Shared Function GetActionResponseString (
stream As Stream
) As String
public:
static String^ GetActionResponseString(
Stream^ stream
)
static member GetActionResponseString :
stream : Stream -> string
Parameters
- stream Stream
- The response stream.
Return Value
StringThe response object.
See Also