W3cubDocs

/Haxe C#

Delegate_ThreadStart

package cs.system.threading

extends MulticastDelegateDelegate

import cs.system.threading.ThreadStart

@:final@:libType@:csNative@:native("System.Threading.ThreadStart") Available on cs

Constructor

@:final @:overload new (object:Dynamic, method:IntPtr)

Methods

@:overload BeginInvoke (callback:AsyncCallback, object:Dynamic):IAsyncResult

@:overload EndInvoke (result:IAsyncResult):Void

@:overload Invoke ():Void

Static methods

static op_Addition (arg1:ThreadStart, arg2:ThreadStart):ThreadStart

static op_Subtraction (arg1:ThreadStart, arg2:ThreadStart):ThreadStart

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/threading/Delegate_ThreadStart.html