Method | Description | |
---|---|---|
AddResolver ( IServiceResolver resolver ) : void | ||
Dispose ( ) : void | ||
RemoveResolver ( IServiceResolver resolver ) : void | ||
Resolve ( string protocol, System.TimeSpan timeout, int minCountServices, int maxCountServices ) : IList |
||
Resolve ( string protocol ) : void |
Method | Description | |
---|---|---|
resolver_ServiceFound ( IService item ) : void | ||
resolver_ServiceRemoved ( IService item ) : void |
public AddResolver ( IServiceResolver resolver ) : void | ||
resolver | IServiceResolver | |
return | void |
public RemoveResolver ( IServiceResolver resolver ) : void | ||
resolver | IServiceResolver | |
return | void |
public Resolve ( string protocol, System.TimeSpan timeout, int minCountServices, int maxCountServices ) : IList |
||
protocol | string | |
timeout | System.TimeSpan | |
minCountServices | int | |
maxCountServices | int | |
return | IList |