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

UnmarshallResult() private static method

private static UnmarshallResult ( JsonUnmarshallerContext context, PollForActivityTaskResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.PollForActivityTaskResponse
return void
        private static void UnmarshallResult(JsonUnmarshallerContext context,PollForActivityTaskResponse response)
        {                   
          response.ActivityTask = ActivityTaskUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }