ByRefCancellationTokenSource Class

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As ByRefCancellationTokenSource

Syntax

'Declaration
Public Class ByRefCancellationTokenSource
    Inherits MarshalByRefObject
    Implements IDisposable
public class ByRefCancellationTokenSource : MarshalByRefObject, IDisposable
public ref class ByRefCancellationTokenSource : public MarshalByRefObject, IDisposable
public class ByRefCancellationTokenSource extends MarshalByRefObject implements IDisposable
public class ByRefCancellationTokenSource extends MarshalByRefObject implements IDisposable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
    Microsoft.OneGet.Utility.Collections.ByRefCancellationTokenSource

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

ByRefCancellationTokenSource Members
Microsoft.OneGet.Utility.Collections Namespace