ZeroconfServices Documation
NetServiceBrowser..::ServiceRemoved Delegate
NamespacesZeroconfServiceNetServiceBrowserNetServiceBrowser..::ServiceRemoved
Represents the method that will handle DidRemoveService events from a NetServiceBrowser instance.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ServiceRemoved(
	NetServiceBrowser browser,
	NetService service,
	bool moreComing
)
Public Delegate Sub ServiceRemoved ( _
	browser As NetServiceBrowser, _
	service As NetService, _
	moreComing As Boolean _
)
public delegate void ServiceRemoved (
	NetServiceBrowser^ browser, 
	NetService^ service, 
	bool moreComing
)
Parameters
browser (NetServiceBrowser)
Sender of this event.
service (NetService)
NetService to be removed from the browser. This object is the same instance as was reported by the NetServiceBrowser..::ServiceFound event.
moreComing (Boolean)
True when more services will be made unavailable shortly.
Remarks
The target uses this delegate to compile a list of services. 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