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

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

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