Info
Version: | 0.1.1 |
Author(s): | lost |
Last Update: | Sunday, August 9, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lostmsu/TaskRemoting |
NuGet Url: | https://www.nuget.org/packages/TaskRemoting |
Install
Install-Package TaskRemoting
dotnet add package TaskRemoting
paket add TaskRemoting
TaskRemoting Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Sample usage:
using TaskRemoting;
remoteDomain.Invoke(myObj.MyMethod, myArg);.