Share via


NSCloudSharingServiceDelegate.Stopped(NSSharingService, CKShare) Method

Definition

[Foundation.Export("sharingService:didStopSharing:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Stopped(AppKit.NSSharingService sharingService, CloudKit.CKShare share);
[<Foundation.Export("sharingService:didStopSharing:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Stopped : AppKit.NSSharingService * CloudKit.CKShare -> unit
override this.Stopped : AppKit.NSSharingService * CloudKit.CKShare -> unit

Parameters

sharingService
NSSharingService
share
CKShare

Implements

Attributes

Applies to