Aardvark.Base


ActionRef6<'T0, 'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7>

Constructors

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

Instance members

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