DdmReader.ReadDSStringAsync Method

Definition

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

Task<String>

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

Returns

Task<String>

Applies to