Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.CountPendingDecisionTasksResponseUnmarshaller.UnmarshallResult C# (CSharp) Méthode

UnmarshallResult() private static méthode

private static UnmarshallResult ( JsonUnmarshallerContext context, CountPendingDecisionTasksResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.CountPendingDecisionTasksResponse
Résultat void
        private static void UnmarshallResult(JsonUnmarshallerContext context,CountPendingDecisionTasksResponse response)
        {                   
          response.PendingTaskCount = PendingTaskCountUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }
        
CountPendingDecisionTasksResponseUnmarshaller