Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.GetWorkflowExecutionHistoryResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

UnmarshallResult() приватный статический Метод

private static UnmarshallResult ( JsonUnmarshallerContext context, GetWorkflowExecutionHistoryResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.GetWorkflowExecutionHistoryResponse
Результат void
        private static void UnmarshallResult(JsonUnmarshallerContext context,GetWorkflowExecutionHistoryResponse response)
        {                   
          response.History = HistoryUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }
        
GetWorkflowExecutionHistoryResponseUnmarshaller