Vagabond


IRemoteAssemblyReceiver

Namespace: MBrace.Vagabond
Parent Module: AssemblyProtocols

Defines an abstract assembly load target; to be used by VagabondServer.

Instance members

Instance memberDescription
x.GetLoadedAssemblyInfo(arg1)
Signature: (AssemblyId []) -> Async<AssemblyLoadInfo []>
Modifiers: abstract

receives the assembly load state of the remote party for the given id's.

x.PushAssemblies(arg1)
Signature: (VagabondAssembly []) -> Async<AssemblyLoadInfo []>
Modifiers: abstract

upload a set of assembly packages to the remote party.

Fork me on GitHub