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

Notifies the delegate that a service could not be published.

Original signature is '- (void)netService:(NSNetService *)sender didNotPublish:(NSDictionary *)errorDict'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void NetServiceDidNotPublishEventHandler(
	NSNetService sender,
	NSDictionary errorDict
)
Public Delegate Sub NetServiceDidNotPublishEventHandler ( _
	sender As NSNetService, _
	errorDict As NSDictionary _
)
public delegate void NetServiceDidNotPublishEventHandler(
	NSNetService^ sender, 
	NSDictionary^ errorDict
)
Parameters
sender (NSNetService)
The service that could not be published.
errorDict (NSDictionary)
A dictionary containing information about the problem. The dictionary contains the keys NSNetServicesErrorCode and NSNetServicesErrorDomain.
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)