Share via


IHubProtocol.IsVersionSupported(Int32) Method

Definition

Gets a value indicating whether the protocol supports the specified version.

public:
 bool IsVersionSupported(int version);
public bool IsVersionSupported (int version);
abstract member 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.

Applies to