Represents an instance of a class in the
worker process.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public sealed class Instance<TInterface> : IDisposable where TInterface : class |
| Visual Basic |
|---|
Public NotInheritable Class Instance( Of TInterface As Class) _ Implements IDisposable |
Type Parameters
- TInterface
- An interface implemented by the target class.
Remarks
An Instance object uses unmanaged resources for inter-process communication. You should call Dispose once you are done with an Instance to release those resources.
Hierarchy
System
.
.
::
.
.
Object
WebSupergoo.TaskGarden . . :: . . Instance < (Of < ( <' TInterface > ) > ) >
WebSupergoo.TaskGarden . . :: . . Instance < (Of < ( <' TInterface > ) > ) >