DocumentRenderServiceDesirializeBadResponse Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.CaseActivityHost.Services.DocumentRenderService.DesirializeBadResponse(System.Net.Http.HttpResponseMessage)"]
Namespace: Scanjour.Workflow4.CaseActivityHost.ServicesAssembly: Scanjour.Workflow4.CaseActivityHost (in Scanjour.Workflow4.CaseActivityHost.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string DesirializeBadResponse(
HttpResponseMessage contentAsJson
)
Public Function DesirializeBadResponse (
contentAsJson As HttpResponseMessage
) As String
public:
virtual String^ DesirializeBadResponse(
HttpResponseMessage^ contentAsJson
) sealed
abstract DesirializeBadResponse :
contentAsJson : HttpResponseMessage -> string
override DesirializeBadResponse :
contentAsJson : HttpResponseMessage -> string
Parameters
- contentAsJson HttpResponseMessage
[Missing <param name="contentAsJson"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.Services.DocumentRenderService.DesirializeBadResponse(System.Net.Http.HttpResponseMessage)"]
Return Value
String[Missing <returns> documentation for "M:Scanjour.Workflow4.CaseActivityHost.Services.DocumentRenderService.DesirializeBadResponse(System.Net.Http.HttpResponseMessage)"]
Implements
IDocumentRenderServiceDesirializeBadResponse(HttpResponseMessage)
See Also