DdmReader.ReadExtDSStringAsync(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::String ^> ^ ReadExtDSStringAsync(int size, int encoding, int drdaType, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> ReadExtDSStringAsync (int size, int encoding, int drdaType, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadExtDSStringAsync : int * int * int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Parameters
- size
- Int32
- encoding
- Int32
- drdaType
- Int32
- isAsync
- Boolean
- cancellationToken
- CancellationToken