UtilitiesIsConnectionCompatible Method |
F
Check if the version about to be called is valid for the method and parameters in the request.
Namespace:
SolidFire.Core
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public List<Exception> IsConnectionCompatible(
MemberInfo member,
IRpcRequestDispatcher dispatcher
)
Parameters
- member
- Type: System.ReflectionMemberInfo
- dispatcher
- Type: SolidFire.CoreIRpcRequestDispatcher
Return Value
Type:
ListExceptionSee Also