SavePingServices() public abstract method

Saves the ping services.
public abstract SavePingServices ( StringCollection services ) : void
services System.Collections.Specialized.StringCollection /// The services. ///
return void
Example #1
0
 /// <summary>
 /// Saves the ping services.
 /// </summary>
 /// <param name="services">The services.</param>
 public static void SavePingServices(StringCollection services)
 {
     LoadProviders();
     _provider.SavePingServices(services);
 }