Contents

send(before:components:from:reserved:)

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

Declaration

func send(before limitDate: Date, components: NSMutableArray?, from receivePort: Port?, reserved headerSpaceReserved: Int) -> Bool

Parameters

  • limitDate:

    The last instant that a message may be sent.

  • components:

    The message components.

  • receivePort:

    The receive port.

  • headerSpaceReserved:

    The number of bytes reserved for the header.

Discussion

NSConnection calls this method at the appropriate times. This method should not be called directly. This method could raise an NSInvalidSendPortException, NSInvalidReceivePortException, or an NSPortSendException, depending on the type of send port and the type of error.

See Also

Setting Information