Instance Method インスタンスメソッド

sendBeforeDate:components:from:reserved:

This method is provided for subclasses that have custom types of NSPort. このメソッドは、NSPortのあつらえの型を持つサブクラスに対して提供されます。

Declaration 宣言

- (BOOL)sendBeforeDate:(NSDate *)limitDate 
            components:(NSMutableArray *)components 
                  from:(NSPort *)receivePort 
              reserved:(NSUInteger)headerSpaceReserved;

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. NSConnectionは、このメソッドを適切な時に呼び出します。このメソッドは、直接に呼び出されるべきではありません。このメソッドは、NSInvalidSendPortExceptionNSInvalidReceivePortException、またはNSPortSendExceptionを引き起こすことが、送信ポートの型およびエラーの型に依存して、ありえます。

See Also 参照

Setting Information 設定情報