Share via


NSNetServiceDelegate.PublishFailure(NSNetService, NSDictionary) Method

Definition

[Foundation.Export("netService:didNotPublish:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PublishFailure(Foundation.NSNetService sender, Foundation.NSDictionary errors);
[<Foundation.Export("netService:didNotPublish:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PublishFailure : Foundation.NSNetService * Foundation.NSDictionary -> unit
override this.PublishFailure : Foundation.NSNetService * Foundation.NSDictionary -> unit

Parameters

sender
NSNetService
errors
NSDictionary

Implements

Attributes

Applies to