Response.CompleteResult Property
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.Providers.Package
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)
Usage
'Usage
Dim instance As Response(Of T)
Dim value As CancellableEnumerable(Of T)
value = instance.CompleteResult
Syntax
'Declaration
Public ReadOnly Property CompleteResult As CancellableEnumerable(Of T)
public CancellableEnumerable<T> CompleteResult { get; }
public:
property CancellableEnumerable<T>^ CompleteResult {
CancellableEnumerable<T>^ get ();
}
/** @property */
public CancellableEnumerable<T> get_CompleteResult ()
public function get CompleteResult () : CancellableEnumerable<T>
Property Value
Returns CancellableEnumerable.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
Response Generic Class
Response Members
Microsoft.OneGet.Providers.Package Namespace