fetchCurrentUserRecordOperation()
Returns a fetch operation for retrieving the current user record.
Declaration
class func fetchCurrentUserRecordOperation() -> SelfDiscussion
The returned operation object searches for the single record that corresponds to the current user record. You must associate at least one progress handler with the operation object (excluding the completion handler) to process the results.