Woof.IPC 2.6.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Woof.IPC --version 2.6.3
NuGet\Install-Package Woof.IPC -Version 2.6.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Woof.IPC" Version="2.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Woof.IPC --version 2.6.3
#r "nuget: Woof.IPC, 2.6.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Woof.IPC as a Cake Addin
#addin nuget:?package=Woof.IPC&version=2.6.3

// Install Woof.IPC as a Cake Tool
#tool nuget:?package=Woof.IPC&version=2.6.3

Full safe inter-process communication solution.
Allows to start processes and exchange data between them.
Including processes started by different users, including SYSTEM account.

Provides support to start processes in user context when the parent process is started from SYSTEM account.
Provides a method for immediate session lockdown for the current local UI user.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.7.3 606 11/27/2019
2.7.2 484 11/26/2019
2.7.1 487 11/22/2019
2.7.0 480 11/22/2019
2.6.3 456 11/8/2019
2.6.2 493 10/15/2019
2.6.1 494 9/19/2019
2.6.0 532 9/18/2019
2.0.3 490 9/18/2019
2.0.2 500 9/18/2019
2.0.1 493 9/18/2019
2.0.0 515 9/18/2019
1.0.1 871 6/17/2018

Added timeout argument to Channel.Start() method.