C# 클래스 WindowsPhoneTestFramework.Client.AutomationClient.Remote.GenericCommand

파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework

공개 메소드들

메소드 설명
AddHandlerFactory ( string key, Action>.Func handlerFactory ) : void
RemoveHandlerFactory ( string key ) : void

보호된 메소드들

메소드 설명
DoImpl ( ) : void

메소드 상세

AddHandlerFactory() 공개 정적인 메소드

public static AddHandlerFactory ( string key, Action>.Func handlerFactory ) : void
key string
handlerFactory Action>.Func
리턴 void

DoImpl() 보호된 메소드

protected DoImpl ( ) : void
리턴 void

RemoveHandlerFactory() 공개 정적인 메소드

public static RemoveHandlerFactory ( string key ) : void
key string
리턴 void