Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.GetWorkflowExecutionHistoryResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : GetWorkflowExecutionHistoryResponseUnmarshaller
return GetWorkflowExecutionHistoryResponseUnmarshaller
        public static GetWorkflowExecutionHistoryResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new GetWorkflowExecutionHistoryResponseUnmarshaller();
          }
          return instance;
        }
  
GetWorkflowExecutionHistoryResponseUnmarshaller