Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.DeprecateWorkflowTypeResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : DeprecateWorkflowTypeResponseUnmarshaller
Résultat DeprecateWorkflowTypeResponseUnmarshaller
        public static DeprecateWorkflowTypeResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new DeprecateWorkflowTypeResponseUnmarshaller();
          }
          return instance;
        }
  
DeprecateWorkflowTypeResponseUnmarshaller