W3cubDocs

/Haxe C#

Delegate_ContextCallback

package cs.system.threading

extends MulticastDelegateDelegate

import cs.system.threading.ContextCallback

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

Constructor

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

Methods

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

@:overload EndInvoke (result:IAsyncResult):Void

@:overload Invoke (state:Dynamic):Void

Static methods

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

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

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