NSPort.SendBeforeDate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SendBeforeDate(NSDate, NSMutableArray, NSPort, UIntPtr) | |
| SendBeforeDate(NSDate, UIntPtr, NSMutableArray, NSPort, UIntPtr) |
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
- 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
- headerSpaceReserved
-
UIntPtr
unativeint
Returns
- Attributes