aspNetDns Class Library

ALLRecordDelegate Delegate

ALLRecord record delegate used for asynchronous method calls.

[Visual Basic]
Public Delegate Sub ALLRecordDelegate( _
   ByVal allRecord As ALLRecord _
)
[C#]
public delegate void ALLRecordDelegate(
   ALLRecord allRecord
);

Requirements

Namespace: aspNetDns Namespace

Assembly: aspNetDns.dll

See Also

aspNetDns Namespace