Aardvark.Base


ActionRef4<'T0, 'T1, 'T2, 'T3>

Constructors

ConstructorDescription
new(object, method)
Signature: (object:obj * method:nativeint) -> unit

Instance members

Instance memberDescription
BeginInvoke(...)
Signature: (a0:byref<'T0> * a1:byref<'T1> * a2:byref<'T2> * a3:byref<'T3> * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(a0, a1, a2, a3, result)
Signature: (a0:byref<'T0> * a1:byref<'T1> * a2:byref<'T2> * a3:byref<'T3> * result:IAsyncResult) -> unit
Modifiers: abstract
Invoke(a0, a1, a2, a3)
Signature: (a0:byref<'T0> * a1:byref<'T1> * a2:byref<'T2> * a3:byref<'T3>) -> unit
Modifiers: abstract
Fork me on GitHub