NSNetService.Schedule Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Schedule(NSRunLoop, NSRunLoopMode) | |
Schedule(NSRunLoop, String) |
Schedule(NSRunLoop, NSRunLoopMode)
public void Schedule (Foundation.NSRunLoop aRunLoop, Foundation.NSRunLoopMode forMode);
member this.Schedule : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
Parametri
- aRunLoop
- NSRunLoop
- forMode
- NSRunLoopMode
Si applica a
Schedule(NSRunLoop, String)
[Foundation.Export("scheduleInRunLoop:forMode:")]
public virtual void Schedule (Foundation.NSRunLoop aRunLoop, string forMode);
abstract member Schedule : Foundation.NSRunLoop * string -> unit
override this.Schedule : Foundation.NSRunLoop * string -> unit
Parametri
- aRunLoop
- NSRunLoop
- forMode
- String
- Attributi