C# Class Microsoft.Silverlight.Testing.Tools.TestServiceHelper

Set of helper methods for the test service.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
PingService ( string hostname ) : void

Pings the web service to help in shutdown.

Method Details

PingService() public static méthode

Pings the web service to help in shutdown.
public static PingService ( string hostname ) : void
hostname string The hostname to use.
Résultat void