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

GetInstance() public static méthode

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