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

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

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