Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.ListOpenWorkflowExecutionsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : ListOpenWorkflowExecutionsResponseUnmarshaller
리턴 ListOpenWorkflowExecutionsResponseUnmarshaller
        public static ListOpenWorkflowExecutionsResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ListOpenWorkflowExecutionsResponseUnmarshaller();
          }
          return instance;
        }
  
ListOpenWorkflowExecutionsResponseUnmarshaller