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

Exibir arquivo Open project: Expensify/WindowsPhoneTestFramework

Public Methods

Method Description
AddHandlerFactory ( string key, Action>.Func handlerFactory ) : void
RemoveHandlerFactory ( string key ) : void

Protected Methods

Method Description
DoImpl ( ) : void

Method Details

AddHandlerFactory() public static method

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

DoImpl() protected method

protected DoImpl ( ) : void
return void

RemoveHandlerFactory() public static method

public static RemoveHandlerFactory ( string key ) : void
key string
return void