'Declaration Public Overloads Function GetProtocol(Of T As ISSHProtocol)( _ ByVal throwException As Boolean _ ) As T
'Usage Dim instance As SSHProtocolManager Dim throwException As Boolean Dim value As T value = instance.GetProtocol(Of T)(throwException)
public T GetProtocol<T>( bool throwException ) where T: ISSHProtocol
Parameters
- throwException
Type Parameters
- T