Click or drag to resize

MessageReaderDisposalToken Property

[This is preliminary documentation and is subject to change.]

A CancellationToken that is cancelled when the current object has been disposed.

Namespace:  JsonRpc.Streams
Assembly:  JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
protected CancellationToken DisposalToken { get; }

Property Value

Type: CancellationToken
See Also