Amazon.Internal.RegionEndpointProviderV2.RegionEndpoint.UnloadEndpointDefinitions C# (CSharp) Метод

UnloadEndpointDefinitions() публичный статический Метод

This is a testing method and should not be called by production applications.
public static UnloadEndpointDefinitions ( ) : void
Результат void
            public static void UnloadEndpointDefinitions()
            {
                lock (LOCK_OBJECT)
                {
                    _documentEndpoints.Clear();
                    RegionEndpoint.loaded = false;
                }
            }
            #endregion