C# 클래스 Microsoft.Silverlight.Testing.Tools.TestServiceHelper

Set of helper methods for the test service.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
PingService ( string hostname ) : void

Pings the web service to help in shutdown.

메소드 상세

PingService() 공개 정적인 메소드

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