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);
            }
        }