MonobjcMonobjc Documented Class Library
NSNetService..::..NetServiceWillPublishEventHandler Delegate
NamespacesMonobjc.FoundationNSNetServiceNSNetService..::..NetServiceWillPublishEventHandler

Notifies the delegate that the network is ready to publish the service.

Original signature is '- (void)netServiceWillPublish:(NSNetService *)sender'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void NetServiceWillPublishEventHandler(
	NSNetService sender
)
Public Delegate Sub NetServiceWillPublishEventHandler ( _
	sender As NSNetService _
)
public delegate void NetServiceWillPublishEventHandler(
	NSNetService^ sender
)
Parameters
sender (NSNetService)
The service that is ready to publish.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)