aspNetDns Class Library

WKSRecordDelegate Delegate

Well Known Services record delegate used for asynchronous method calls.

[Visual Basic]
Public Delegate Sub WKSRecordDelegate( _
   ByVal wksRecord As WellKnownServicesRecord() _
)
[C#]
public delegate void WKSRecordDelegate(
   WellKnownServicesRecord[] wksRecord
);

Requirements

Namespace: aspNetDns Namespace

Assembly: aspNetDns.dll

See Also

aspNetDns Namespace