MonobjcMonobjc Documented Class Library
NSFileHandleReadToEndOfFileCompletionNotification Field
NamespacesMonobjc.FoundationNSFileHandleNSFileHandleReadToEndOfFileCompletionNotification

This notification is posted when the background thread reads all data in the file or, if a communications channel, until the other process signals the end of data.

userInfo

readToEndOfFileInBackgroundAndNotify

readToEndOfFileInBackgroundAndNotifyForModes:

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 NSFileHandleReadToEndOfFileCompletionNotification
Public Shared ReadOnly NSFileHandleReadToEndOfFileCompletionNotification As NSString
public:
static initonly NSString^ NSFileHandleReadToEndOfFileCompletionNotification
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)