MonobjcMonobjc Documented Class Library
SendBeforeDateComponentsFromReserved Method (limitDate, components, receivePort, headerSpaceReserved)
NamespacesMonobjc.FoundationNSPortSendBeforeDateComponentsFromReserved(NSDate, NSMutableArray, NSPort, NSUInteger)

This method is provided for subclasses that have custom types of NSPort.

Original signature is '- (BOOL)sendBeforeDate:(NSDate *)limitDate components:(NSMutableArray *)components from:(NSPort *)receivePort reserved:(NSUInteger)headerSpaceReserved'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SendBeforeDateComponentsFromReserved(
	NSDate limitDate,
	NSMutableArray components,
	NSPort receivePort,
	NSUInteger headerSpaceReserved
)
Public Overridable Function SendBeforeDateComponentsFromReserved ( _
	limitDate As NSDate, _
	components As NSMutableArray, _
	receivePort As NSPort, _
	headerSpaceReserved As NSUInteger _
) As Boolean
public:
virtual bool SendBeforeDateComponentsFromReserved(
	NSDate^ limitDate, 
	NSMutableArray^ components, 
	NSPort^ receivePort, 
	NSUInteger headerSpaceReserved
)
Parameters
limitDate (NSDate)
The last instant that a message may be sent.
components (NSMutableArray)
The message components.
receivePort (NSPort)
The receive port.
headerSpaceReserved (NSUInteger)
The number of bytes reserved for the header.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSPort.SendBeforeDateComponentsFromReserved(Monobjc.Foundation.NSDate,Monobjc.Foundation.NSMutableArray,Monobjc.Foundation.NSPort,Monobjc.Foundation.NSUInteger)"]

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)