DdmReader.ReadDSStringAsync 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.
Overloads
| ReadDSStringAsync(Int32, Int32, Int32, Boolean, CancellationToken) | |
| ReadDSStringAsync(Int32, Int32, Int32, EndianType, Boolean, CancellationToken) |
ReadDSStringAsync(Int32, Int32, Int32, Boolean, CancellationToken)
public:
System::Threading::Tasks::Task<System::String ^> ^ ReadDSStringAsync(int byteCount, int encoding, int drdaType, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> ReadDSStringAsync (int byteCount, int encoding, int drdaType, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadDSStringAsync : int * int * int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Parameters
- byteCount
- Int32
- encoding
- Int32
- drdaType
- Int32
- isAsync
- Boolean
- cancellationToken
- CancellationToken
Returns
Applies to
ReadDSStringAsync(Int32, Int32, Int32, EndianType, Boolean, CancellationToken)
public:
System::Threading::Tasks::Task<System::String ^> ^ ReadDSStringAsync(int byteCount, int encoding, int drdaType, Microsoft::HostIntegration::Drda::Common::EndianType endian, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> ReadDSStringAsync (int byteCount, int encoding, int drdaType, Microsoft.HostIntegration.Drda.Common.EndianType endian, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadDSStringAsync : int * int * int * Microsoft.HostIntegration.Drda.Common.EndianType * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Parameters
- byteCount
- Int32
- encoding
- Int32
- drdaType
- Int32
- endian
- EndianType
- isAsync
- Boolean
- cancellationToken
- CancellationToken