NSStream.Schedule 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 |
|---|---|
| Schedule(NSRunLoop, NSRunLoopMode) | |
| Schedule(NSRunLoop, NSString) |
Schedule(NSRunLoop, NSRunLoopMode)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void Schedule(Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode mode);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.Schedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Parameters
- aRunLoop
- NSRunLoop
- mode
- NSRunLoopMode
- Attributes
Applies to
Schedule(NSRunLoop, NSString)
[Foundation.Export("scheduleInRunLoop:forMode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Schedule(Foundation.NSRunLoop aRunLoop, Foundation.NSString mode);
[<Foundation.Export("scheduleInRunLoop:forMode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Schedule : Foundation.NSRunLoop * Foundation.NSString -> unit
override this.Schedule : Foundation.NSRunLoop * Foundation.NSString -> unit
Parameters
- aRunLoop
- NSRunLoop
- mode
- NSString
- Attributes