IVersionSelector
interface
Namespace: Orleans.Versions.Selector
Functionality for selecting which versions of a grain interface should be preferred when performing grain placement.
public interface IVersionSelectorMethods
GetSuitableVersion(ushort, ushort[], ICompatibilityDirector)Returns a collection of suitable interface versions for a given request.
