Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.ListClosedWorkflowExecutionsResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( JsonUnmarshallerContext context, ListClosedWorkflowExecutionsResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.ListClosedWorkflowExecutionsResponse
return void
        private static void UnmarshallResult(JsonUnmarshallerContext context,ListClosedWorkflowExecutionsResponse response)
        {                   
          response.WorkflowExecutionInfos = WorkflowExecutionInfosUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }
        
ListClosedWorkflowExecutionsResponseUnmarshaller