MBrace.Runtime


MarshaledAction

Namespace: MBrace.Runtime

Static members

Static memberDescription
Create(action)
Signature: (action:('T -> unit)) -> MarshaledAction<'T>
Type parameters: 'T

Creates an action that can be serialized across AppDomains.

Fork me on GitHub