Share via


NameResolutionCallback Delegate

Namespace:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Delegate Sub NameResolutionCallback ( _
    result As NameResolutionResult _
)
public delegate void NameResolutionCallback(
    NameResolutionResult result
)
public delegate void NameResolutionCallback(
    NameResolutionResult^ result
)
type NameResolutionCallback = 
    delegate of  
        result:NameResolutionResult -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

See Also

Reference

Microsoft.Phone.Net.NetworkInformation Namespace