IVersionSelector<TPolicy> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IVersionSelector<TPolicy> : Orleans.Versions.Selector.IVersionSelector where TPolicy : VersionSelectorStrategy
type IVersionSelector<'Policy (requires 'Policy :> VersionSelectorStrategy)> = interface
interface IVersionSelector
Public Interface IVersionSelector(Of TPolicy)
Implements IVersionSelector
Type Parameters
- TPolicy
- Implements
Methods
GetSuitableVersion(UInt16, IReadOnlyList<UInt16>, ICompatibilityDirector) | (Inherited from IVersionSelector) |
GetSuitableVersion(UInt16, UInt16[], ICompatibilityDirector) |
Returns a collection of suitable interface versions for a given request. (Inherited from IVersionSelector) |