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

UnmarshallResult() private static method

private static UnmarshallResult ( JsonUnmarshallerContext context, CountOpenWorkflowExecutionsResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.CountOpenWorkflowExecutionsResponse
return void
        private static void UnmarshallResult(JsonUnmarshallerContext context,CountOpenWorkflowExecutionsResponse response)
        {                   
          response.WorkflowExecutionCount = WorkflowExecutionCountUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }
        
CountOpenWorkflowExecutionsResponseUnmarshaller