Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.RegisterInstancesWithLoadBalancerResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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