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

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

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