ICloudDisposable
Namespace: MBrace.Core
Denotes a distributable, serializable resource that can be disposed in a global context. Types that implement ICloudDisposable can be introduced in cloud { ... } workflows with the use and use! bindings.
Instance members
Instance member | Description |
Dispose()
Signature: unit -> Async<unit>
Modifiers: abstract |
Releases any storage resources used by this object. |