Closed michaellperry closed 1 month ago
Implement the DisposeAsync method on the JinagaClient. It should perform an Unload, which awaits all pending operations.
DisposeAsync
JinagaClient
Unload
Any calls to Fact, Query, Watch, or Subscribe after calling DisposeAsync should throw ObjectDisposedException.
Fact
Query
Watch
Subscribe
ObjectDisposedException
Document an example that uses DisposeAsync to delete a local database. The example should:
Released in Jinaga 1.0.6
Implement the
DisposeAsync
method on theJinagaClient
. It should perform anUnload
, which awaits all pending operations.Any calls to
Fact
,Query
,Watch
, orSubscribe
after callingDisposeAsync
should throwObjectDisposedException
.Document an example that uses
DisposeAsync
to delete a local database. The example should: