BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.NetUtility Namespace Reference

Classes

interface  IBBDNetUtility
 This class contains the programming interface for a network utility provided by the BlackBerry Dynamics proxy infrastructure. More...
 

Functions

delegate void BBDNslookupCallback (Dictionary< string, object > response, BBDNetUtilityError? error)
 Pass a delegate of this type as the callback parameter to the Nslookup method. More...
 

Function Documentation

◆ BBDNslookupCallback()

delegate void BBDXamarinForms.Common.Interfaces.NetUtility.BBDNslookupCallback ( Dictionary< string, object >  response,
BBDNetUtilityError error 
)

Pass a delegate of this type as the callback parameter to the Nslookup method.

Parameters
responseDictionary containing the results if the lookup succeeded, or null otherwise.
errorBBDNetUtilityError if the lookup failed, or null otherwise.