MonobjcMonobjc Documented Class Library
NSFileHandleReadCompletionNotification Field
NamespacesMonobjc.FoundationNSFileHandleNSFileHandleReadCompletionNotification

This notification is posted when the background thread reads the data currently available in a file or at a communications channel.

userInfo

readInBackgroundAndNotify

readInBackgroundAndNotifyForModes:

NSFileHandle

The notification object is the NSFileHandle object that sent the notification. The userInfo dictionary contains the following information:

KeyValue NSFileHandleNotificationDataItemAn NSData object containing the available data read from a socket connection@"NSFileHandleError"An NSNumber object containing an integer representing the UNIX-type error which occurred

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSFileHandleReadCompletionNotification
Public Shared ReadOnly NSFileHandleReadCompletionNotification As NSString
public:
static initonly NSString^ NSFileHandleReadCompletionNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)