MonobjcMonobjc Documented Class Library
SendBeforeDateMsgidComponentsFromReserved Method (limitDate, msgID, components, receivePort, headerSpaceReserved)
NamespacesMonobjc.FoundationNSPortSendBeforeDateMsgidComponentsFromReserved(NSDate, NSUInteger, NSMutableArray, NSPort, NSUInteger)

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

Original signature is '- (BOOL)sendBeforeDate:(NSDate *)limitDate msgid:(NSUInteger)msgID 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 SendBeforeDateMsgidComponentsFromReserved(
	NSDate limitDate,
	NSUInteger msgID,
	NSMutableArray components,
	NSPort receivePort,
	NSUInteger headerSpaceReserved
)
Public Overridable Function SendBeforeDateMsgidComponentsFromReserved ( _
	limitDate As NSDate, _
	msgID As NSUInteger, _
	components As NSMutableArray, _
	receivePort As NSPort, _
	headerSpaceReserved As NSUInteger _
) As Boolean
public:
virtual bool SendBeforeDateMsgidComponentsFromReserved(
	NSDate^ limitDate, 
	NSUInteger msgID, 
	NSMutableArray^ components, 
	NSPort^ receivePort, 
	NSUInteger headerSpaceReserved
)
Parameters
limitDate (NSDate)
The last instant that a message may be sent.
msgID (NSUInteger)
The message ID.
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.SendBeforeDateMsgidComponentsFromReserved(Monobjc.Foundation.NSDate,Monobjc.Foundation.NSUInteger,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)