aspNetDns Class Library

HostInformationRecordDelegate Delegate

Host Information record delegate used for asynchronous method calls.

[Visual Basic]
Public Delegate Sub HostInformationRecordDelegate( _
   ByVal hostInformationRecord As HostInformationRecord() _
)
[C#]
public delegate void HostInformationRecordDelegate(
   HostInformationRecord[] hostInformationRecord
);

Requirements

Namespace: aspNetDns Namespace

Assembly: aspNetDns.dll

See Also

aspNetDns Namespace