DdmReader.ReadDssObjectsAsync(CancellationToken) Method

Definition

public:
 System::Collections::Generic::IEnumerable<System::Threading::Tasks::Task<Microsoft::HostIntegration::Drda::Common::ObjectInfo> ^> ^ ReadDssObjectsAsync(System::Threading::CancellationToken cancellationToken);
public System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task<Microsoft.HostIntegration.Drda.Common.ObjectInfo>> ReadDssObjectsAsync (System.Threading.CancellationToken cancellationToken);
member this.ReadDssObjectsAsync : System.Threading.CancellationToken -> seq<System.Threading.Tasks.Task<Microsoft.HostIntegration.Drda.Common.ObjectInfo>>

Parameters

cancellationToken
CancellationToken

Returns

IEnumerable<Task<ObjectInfo>>

Applies to