SobekCM.Core.Client.SobekEngineClient_AggregationEndpoints.SobekEngineClient_AggregationEndpoints C# (CSharp) Method

SobekEngineClient_AggregationEndpoints() public method

Constructor for a new instance of the SobekEngineClient_AggregationEndpoints class
public SobekEngineClient_AggregationEndpoints ( MicroservicesClient_Configuration ConfigObj ) : SobekCM.Core.Aggregations
ConfigObj SobekCM.Core.MicroservicesClient.MicroservicesClient_Configuration Fully constructed microservices client configuration
return SobekCM.Core.Aggregations
        public SobekEngineClient_AggregationEndpoints(MicroservicesClient_Configuration ConfigObj)
            : base(ConfigObj)
        {
            // All work done in the base constructor
        }