Amazon.Internal.RegionEndpointV3.ServiceMap.TryGetEndpoint C# (CSharp) Метод

TryGetEndpoint() публичный Метод

public TryGetEndpoint ( string serviceName, bool dualStack, RegionEndpoint &endpoint ) : bool
serviceName string
dualStack bool
endpoint RegionEndpoint
Результат bool
            public bool TryGetEndpoint(string serviceName, bool dualStack, out RegionEndpoint.Endpoint endpoint)
            {
                return this.GetMap(dualStack).TryGetValue(serviceName, out endpoint);
            }
        }