C# Class Org.Openengsb.XLinkCSharpClient.XLink.SearchForMatchesThread

Threadclass to trigger the search for XLink matches
Mostrar archivo Open project: openengsb/sample-xlink-csharp-client Class Usage Examples

Public Methods

Method Description
SearchForMatchesThread ( object matchingObjects ) : System
searchForMatchesThread ( ) : void

Searches for Matches to incomming XLinks, in the local WorkingDirectory

Method Details

SearchForMatchesThread() public method

public SearchForMatchesThread ( object matchingObjects ) : System
matchingObjects object
return System

searchForMatchesThread() public method

Searches for Matches to incomming XLinks, in the local WorkingDirectory
public searchForMatchesThread ( ) : void
return void