C# Class WindowsPhoneTestFramework.Client.AutomationClient.Remote.GenericCommand

Afficher le fichier Open project: Expensify/WindowsPhoneTestFramework

Méthodes publiques

Méthode Description
AddHandlerFactory ( string key, Action>.Func handlerFactory ) : void
RemoveHandlerFactory ( string key ) : void

Méthodes protégées

Méthode Description
DoImpl ( ) : void

Method Details

AddHandlerFactory() public static méthode

public static AddHandlerFactory ( string key, Action>.Func handlerFactory ) : void
key string
handlerFactory Action>.Func
Résultat void

DoImpl() protected méthode

protected DoImpl ( ) : void
Résultat void

RemoveHandlerFactory() public static méthode

public static RemoveHandlerFactory ( string key ) : void
key string
Résultat void