DdmReader.ReadDecimalAsync(Int32, Int32, Int32, Boolean, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Threading::Tasks::Task<System::Decimal> ^ ReadDecimalAsync(int length, int precision, int scale, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<decimal> ReadDecimalAsync (int length, int precision, int scale, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadDecimalAsync : int * int * int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<decimal>
Parameters
- length
- Int32
- precision
- Int32
- scale
- Int32
- isAsync
- Boolean
- cancellationToken
- CancellationToken