aspNetDns Class Library

PointerRecordDelegate Delegate

The reverse lookup Pointer record delegate used for asynchronous method calls.

[Visual Basic]
Public Delegate Sub PointerRecordDelegate( _
   ByVal pointerRecord As PointerRecord() _
)
[C#]
public delegate void PointerRecordDelegate(
   PointerRecord[] pointerRecord
);

Requirements

Namespace: aspNetDns Namespace

Assembly: aspNetDns.dll

See Also

aspNetDns Namespace