Amazon.SQS.Model.Internal.MarshallTransformations.ReceiveMessageResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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