MBrace.Runtime


MarshaledAction<'T>

Namespace: MBrace.Runtime

Action that can be marshalled across AppDomains

Instance members

Instance memberDescription
Dispose()
Signature: unit -> unit

Disposes the marshaled action

Invoke(t)
Signature: t:'T -> unit

Invokes the marshaled action with supplied argument

Fork me on GitHub