Skip to content

ICompatibilityDirector

interface

Namespace: Orleans.Versions.Compatibility

Functionality for grain interface compatibility directors.
public interface ICompatibilityDirector

Methods

  • IsCompatible(ushort, ushort) Returns true if the current version of an interface is compatible with the requested version, false otherwise.