Send feedback on this topic.
Teradata.Client.Provider
DeviceAuthenticationMessageEventHandler Delegate



Teradata.Client.Provider Namespace : DeviceAuthenticationMessageEventHandler Delegate
Represents the method that will handle the Device Authentication message event.
Syntax
'Declaration
 
Public Delegate Sub DeviceAuthenticationMessageEventHandler( _
   ByVal sender As Object, _
   ByVal e As DeviceAuthenticationMessageEventArgs _
) 
'Usage
 
Dim instance As New DeviceAuthenticationMessageEventHandler(AddressOf HandlerMethod)
public delegate void DeviceAuthenticationMessageEventHandler( 
   object sender,
   DeviceAuthenticationMessageEventArgs e
)
public delegate void DeviceAuthenticationMessageEventHandler( 
   Object^ sender,
   DeviceAuthenticationMessageEventArgs^ e
)

Parameters

sender
e
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

DeviceAuthenticationMessageEventHandler Members
Teradata.Client.Provider Namespace