C# Class Downlink.S3.S3MatchStrategy

Inheritance: IMatchStrategy
Mostra file Open project: agc93/downlink

Public Methods

Method Description
MatchAsync ( IEnumerable items, VersionSpec version ) : Task

Protected Methods

Method Description
S3MatchStrategy ( string name ) : System.Collections.Generic

Method Details

MatchAsync() public abstract method

public abstract MatchAsync ( IEnumerable items, VersionSpec version ) : Task
items IEnumerable
version VersionSpec
return Task

S3MatchStrategy() protected method

protected S3MatchStrategy ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic