Freigeben über


NameResolutionCallback-Delegat

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

Parameter

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

Siehe auch

Referenz

Microsoft.Phone.Net.NetworkInformation-Namespace