MarshaledAction<'T>
Namespace: MBrace.Runtime
Action that can be marshalled across AppDomains
Instance members
Instance member | Description |
Dispose()
Signature: unit -> unit
|
Disposes the marshaled action |
Invoke(t)
Signature: t:'T -> unit
|
Invokes the marshaled action with supplied argument |