ZeroconfServices Documation
NetServiceBrowser..::DomainFound Delegate
NamespacesZeroconfServiceNetServiceBrowserNetServiceBrowser..::DomainFound
Represents the method that will handle DidFindDomain events from a NetServiceBrowser instance.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void DomainFound(
	NetServiceBrowser browser,
	string domainName,
	bool moreComing
)
Public Delegate Sub DomainFound ( _
	browser As NetServiceBrowser, _
	domainName As String, _
	moreComing As Boolean _
)
public delegate void DomainFound (
	NetServiceBrowser^ browser, 
	String^ domainName, 
	bool moreComing
)
Parameters
browser (NetServiceBrowser)
Sender of this event.
domainName (String)
Name of the domain found.
moreComing (Boolean)
True when more domains will be arriving shortly.
Remarks
The target uses this delegate to compile a list of domains. It should wait until moreComing is false before updating the user interface, so as to avoid flickering.

Assembly: ZeroconfService (Module: ZeroconfService) Version: 0.1.0.0