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