Share via


INSCloudSharingServiceDelegate.Stopped(NSSharingService, CKShare) Method

Definition

[Foundation.Export("sharingService:didStopSharing:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Stopped(AppKit.NSSharingService sharingService, CloudKit.CKShare share);
[<Foundation.Export("sharingService:didStopSharing:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to