Aardvark.Base


ActionRef5<'T0, 'T1, 'T2, 'T3, 'T4>

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> * a4:byref<'T4> * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(a0, a1, a2, a3, a4, result)
Signature: (a0:byref<'T0> * a1:byref<'T1> * a2:byref<'T2> * a3:byref<'T3> * a4:byref<'T4> * result:IAsyncResult) -> unit
Modifiers: abstract
Invoke(a0, a1, a2, a3, a4)
Signature: (a0:byref<'T0> * a1:byref<'T1> * a2:byref<'T2> * a3:byref<'T3> * a4:byref<'T4>) -> unit
Modifiers: abstract
Fork me on GitHub