NewtonsoftJsonHubProtocol.IsVersionSupported(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le protocole prend en charge la version spécifiée.
public:
virtual bool IsVersionSupported(int version);
public bool IsVersionSupported (int version);
abstract member IsVersionSupported : int -> bool
override this.IsVersionSupported : int -> bool
Public Function IsVersionSupported (version As Integer) As Boolean
Paramètres
- version
- Int32
Version.
Retours
Valeur indiquant si le protocole prend en charge la version spécifiée.