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

GetInstance() 공개 정적인 메소드

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