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

GetInstance() public static méthode

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