C# Class PrimerDesigner.BLASTworker

Mostra file Open project: igemsoftware/BU_Wellesley_Software_2011 Class Usage Examples

Public Properties

Property Type Description
_result List[]

Public Methods

Method Description
BLASTworker ( Dispatcher dispatcher, String primer, String genome, Action callback ) : System
Start ( ) : void

Private Methods

Method Description
MakeBlastResults ( ) : void
OnSearchCompleted ( ) : void

Method Details

BLASTworker() public method

public BLASTworker ( Dispatcher dispatcher, String primer, String genome, Action callback ) : System
dispatcher System.Windows.Threading.Dispatcher
primer String
genome String
callback Action
return System

Start() public method

public Start ( ) : void
return void

Property Details

_result public_oe property

public List[] _result
return List[]