다음을 통해 공유


NSPort.SendBeforeDate 메서드

정의

오버로드

SendBeforeDate(NSDate, NSMutableArray, NSPort, nuint)
SendBeforeDate(NSDate, nuint, NSMutableArray, NSPort, nuint)

SendBeforeDate(NSDate, NSMutableArray, NSPort, nuint)

[Foundation.Export("sendBeforeDate:components:from:reserved:")]
public virtual bool SendBeforeDate (Foundation.NSDate limitDate, Foundation.NSMutableArray components, Foundation.NSPort receivePort, nuint headerSpaceReserved);
abstract member SendBeforeDate : Foundation.NSDate * Foundation.NSMutableArray * Foundation.NSPort * nuint -> bool
override this.SendBeforeDate : Foundation.NSDate * Foundation.NSMutableArray * Foundation.NSPort * nuint -> bool

매개 변수

limitDate
NSDate
components
NSMutableArray

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

receivePort
NSPort

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

headerSpaceReserved
System.System.UIntPtr System.unativeint

반환

특성

적용 대상

SendBeforeDate(NSDate, nuint, NSMutableArray, NSPort, nuint)

[Foundation.Export("sendBeforeDate:msgid:components:from:reserved:")]
public virtual bool SendBeforeDate (Foundation.NSDate limitDate, nuint msgID, Foundation.NSMutableArray components, Foundation.NSPort receivePort, nuint headerSpaceReserved);
abstract member SendBeforeDate : Foundation.NSDate * nuint * Foundation.NSMutableArray * Foundation.NSPort * nuint -> bool
override this.SendBeforeDate : Foundation.NSDate * nuint * Foundation.NSMutableArray * Foundation.NSPort * nuint -> bool

매개 변수

limitDate
NSDate
msgID
System.System.UIntPtr System.unativeint
components
NSMutableArray

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

receivePort
NSPort

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

headerSpaceReserved
System.System.UIntPtr System.unativeint

반환

특성

적용 대상