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

GetInstance() public static méthode

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