Gets the proxy object that implements
TInterface. Calls to this object will be executed on a pooled
worker process and the return value will be passed back.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public TInterface Target { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Target As TInterface Get |
Remarks
Method calls on the same returned interface may be delegated to different worker processes for different calls.