NSPort.SendBeforeDate Method

Definition

Overloads

SendBeforeDate(NSDate, NSMutableArray, NSPort, UIntPtr)

[Foundation.Export("sendBeforeDate:components:from:reserved:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SendBeforeDate(Foundation.NSDate limitDate, Foundation.NSMutableArray? components, Foundation.NSPort? receivePort, UIntPtr headerSpaceReserved);
[<Foundation.Export("sendBeforeDate:components:from:reserved:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SendBeforeDate : Foundation.NSDate * Foundation.NSMutableArray * Foundation.NSPort * unativeint -> bool
override this.SendBeforeDate : Foundation.NSDate * Foundation.NSMutableArray * Foundation.NSPort * unativeint -> bool

Parameters

limitDate
NSDate
components
NSMutableArray

To be added.

This parameter can be null.

receivePort
NSPort

To be added.

This parameter can be null.

headerSpaceReserved
UIntPtr

unativeint

Returns

Attributes

Applies to

SendBeforeDate(NSDate, UIntPtr, NSMutableArray, NSPort, UIntPtr)

[Foundation.Export("sendBeforeDate:msgid:components:from:reserved:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SendBeforeDate(Foundation.NSDate limitDate, UIntPtr msgID, Foundation.NSMutableArray? components, Foundation.NSPort? receivePort, UIntPtr headerSpaceReserved);
[<Foundation.Export("sendBeforeDate:msgid:components:from:reserved:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SendBeforeDate : Foundation.NSDate * unativeint * Foundation.NSMutableArray * Foundation.NSPort * unativeint -> bool
override this.SendBeforeDate : Foundation.NSDate * unativeint * Foundation.NSMutableArray * Foundation.NSPort * unativeint -> bool

Parameters

limitDate
NSDate
msgID
UIntPtr

unativeint

components
NSMutableArray

To be added.

This parameter can be null.

receivePort
NSPort

To be added.

This parameter can be null.

headerSpaceReserved
UIntPtr

unativeint

Returns

Attributes

Applies to