NewtonsoftJsonHubProtocol.IsVersionSupported(Int32) Method      
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.
Gets a value indicating whether the protocol supports the specified version.
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
	Parameters
- version
 - Int32
 
The version.
Returns
A value indicating whether the protocol supports the specified version.