RemoteHello
Book: Profecional C# 2005 (wrox)
Chapter 29
Page 1028
Activating client-activated objects
In the example, I can't understand what is the "RemoteHello".
Activator.CreateInstance
public static ObjectHandle CreateInstance (
string assemblyName,
string typeName,
Object[] activationAttributes
)
ObjectHandle handle = Activator.CreateInstance("RemoteHello", "Wrox.(...).Remoting.Hello", attrs);
|