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