CKAcceptPerShareCompletionHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void CKAcceptPerShareCompletionHandler(CKShareMetadata shareMetadata, CKShare acceptedShare, NSError error);
type CKAcceptPerShareCompletionHandler = delegate of CKShareMetadata * CKShare * NSError -> unit
Parameters
- shareMetadata
- CKShareMetadata
- acceptedShare
- CKShare
- error
- NSError